From 3d14e9d827c8fb53193d7534e3d13ef5aa288660 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Jan 2011 21:16:04 +0000 Subject: 0.06: fix january bug in tests --- IPPay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IPPay.pm') diff --git a/IPPay.pm b/IPPay.pm index 3c01f99..59c3e78 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.05'; +$VERSION = '0.06'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; -- cgit v1.2.1