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

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.

use DBIx::Roles qw(RaiseError);


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.

Dmitry Karasik <dk@catpipe.net>