From ddfbdc0e3a74441ae9fc39b65530bbe97a347168 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 19 Jan 2012 04:09:04 +0000 Subject: [PATCH] updated t/lib/Test.pm version --- t/lib/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 0bc10cb..aa25750 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -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/;