X-Git-Url: http://git.freeside.biz/gitweb/?p=DBIx-DataSource.git;a=blobdiff_plain;f=DataSource.pm;fp=DataSource.pm;h=092305947a891edeabd8769d80509f0a9f7841a6;hp=87fef4768e3f923e69ac1ad2b9f6cd6545341417;hb=35de4c849beda4f1a66f8431d614f43440707199;hpb=dc7bb5693a27402bd32dbd077525727aafcbc98c diff --git a/DataSource.pm b/DataSource.pm index 87fef47..0923059 100644 --- a/DataSource.pm +++ b/DataSource.pm @@ -7,7 +7,7 @@ use Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw( create_database drop_database ); -$VERSION = '0.02'; +$VERSION = '0.03'; =head1 NAME