Class-DBI-BaseDSN README


Class-DBI-BaseDSN documentation  | view source Contained in the Class-DBI-BaseDSN distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

This module has external dependencies on the following modules:

 Class::DBI
 Test::More

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

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

Top

Richard Clamp <richardc@unixbeard.net>

SEE ALSO

Top

Class::DBI


Class-DBI-BaseDSN documentation  | view source Contained in the Class-DBI-BaseDSN distribution.