From 3522afcdab42daa2351f16e9f17f79d55f0eeb75 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 Jul 2010 22:17:26 +0000 Subject: [PATCH] 0.05 non-developer version number --- IPPay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPPay.pm b/IPPay.pm index 2786c95..3c01f99 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_02'; +$VERSION = '0.05'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; -- 2.11.0