added typemap foo and default values
[DBIx-DataSource.git] / DataSource.pm
index 87fef47..0923059 100644 (file)
@@ -7,7 +7,7 @@ use Exporter;
 @ISA = qw(Exporter);
 @EXPORT_OK = qw( create_database drop_database );
 
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 =head1 NAME