From 68c4b9fe85b9883d8dff3e9872ac9ea1404e269d Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sun, 19 Apr 2009 08:56:31 +0000 Subject: [PATCH] Fixing test module 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 61026cf..32750aa 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -9,7 +9,7 @@ use Test::More (); use vars qw{$VERSION @ISA @EXPORT}; BEGIN { - $VERSION = '1.22_08'; + $VERSION = '1.22_09'; @ISA = qw{ Exporter }; @EXPORT = qw{ connect_ok };