DBIx::Roles::RaiseError - change defaults to C<< RaiseError => 1 >>


DBIx-Roles documentation  | view source Contained in the DBIx-Roles distribution.

Index


NAME

Top

DBIx::Roles::RaiseError - change defaults to RaiseError => 1

DESCRIPTION

Top

The role replaces the (arguably) most used pair of attributes

   { RaiseError => 1, PrintError => 0 }

to DBI-> connect() with the role syntax

   use DBIx::Roles qw(MyRole1 MyRole2 ... RaiseError);

just for beautification sake.

SYNOPSIS

Top

     use DBIx::Roles qw(RaiseError);

SEE ALSO

Top

DBI, DBIx::Roles

COPYRIGHT

Top

AUTHOR

Top

Dmitry Karasik <dk@catpipe.net>


DBIx-Roles documentation  | view source Contained in the DBIx-Roles distribution.