1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

updated t/lib/Test.pm version

This commit is contained in:
Kenichi Ishigaki 2012-01-19 04:09:04 +00:00
parent 3323af898a
commit ddfbdc0e3a

View file

@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
my $parent;
my %dbfiles;
BEGIN {
$VERSION = '1.34_02';
$VERSION = '1.36_01';
@ISA = 'Exporter';
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;