NAME

Class::DBI::BaseDSN - DSN sensitive base class

SYNOPSIS

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 );

DEPENDENCIES

This module has external dependencies on the following modules:

Class::DBI
Test::More

INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

What changed over the last 3 revisions

1.22 Wednesday October 8th, 2003
Check that it's the thing we were importing that went boom,
not something *it* was importing. (rt.cpan.org #3982)
1.21 9th June, 2003
Initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

SEE ALSO

Class::DBI

1 POD Error

The following errors were encountered while parsing the POD:

Around line 49:

You forgot a '=back' before '=head1'