diff options
author | ivan <ivan> | 2000-10-07 16:53:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-10-07 16:53:51 +0000 |
commit | 35de4c849beda4f1a66f8431d614f43440707199 (patch) | |
tree | 76b98a481cf1e380fa4dc724e9d0f9a023c59c0a /DataSource.pm | |
parent | dc7bb5693a27402bd32dbd077525727aafcbc98c (diff) |
added typemap foo and default values
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 |