From 35de4c849beda4f1a66f8431d614f43440707199 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 7 Oct 2000 16:53:51 +0000 Subject: added typemap foo and default values --- DataSource.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DataSource.pm') 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 -- cgit v1.2.1