| Class-DBI-BaseDSN documentation | view source | Contained in the Class-DBI-BaseDSN distribution. |
Class::DBI::BaseDSN - DSN sensitive base class
package My::DBI;
use base 'Class::DBI::BaseDSN'; # we'll decide later what our real
# parent class will be
__PACKAGE__->set_db( Main => $ENV{TESTING} ? @test_dsn : @real_dsn );
This module has external dependencies on the following modules:
Class::DBI Test::More
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
Check that it's the thing we were importing that went boom, not something *it* was importing. (rt.cpan.org #3982)
Initial CPAN release =back
Richard Clamp <richardc@unixbeard.net>
| Class-DBI-BaseDSN documentation | view source | Contained in the Class-DBI-BaseDSN distribution. |