Codebase list libexception-class-dbi-perl / 9d08716
David Wheeler 19 years ago
1 changed file(s) with 4 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 package Exception::Class::DBI;
11
2 # $Id: DBI.pm,v 1.11 2004/06/17 17:43:29 david Exp $
2 # $Id$
33
44 use 5.00500;
55 use strict;
545545
546546 =head1 BUGS
547547
548 Report all bugs via the CPAN Request Tracker at
549 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Exception-Class-DBI>.
548 Please send bug reports to <bug-exception-class-dbi@rt.cpan.org>.
550549
551550 =head1 AUTHOR
552551
553 David Wheeler <david@wheeler.net>
552 David Wheeler <david@kineticode.com>
554553
555554 =head1 SEE ALSO
556555
563562
564563 =head1 COPYRIGHT AND LICENSE
565564
566 Copyright (c) 2002-2003, David Wheeler. All Rights Reserved.
565 Copyright (c) 2002-2004, David Wheeler. All Rights Reserved.
567566
568567 This module is free software; you can redistribute it and/or modify it under
569568 the same terms as Perl itself.