diff options
Diffstat (limited to 'DataSource.pm')
-rw-r--r-- | DataSource.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |