The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

     use DBIx::Roles qw(RaiseError);

SEE ALSO

DBI, DBIx::Roles

COPYRIGHT

Copyright (c) 2005 catpipe Systems ApS. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Dmitry Karasik <dk@catpipe.net>