summaryrefslogtreecommitdiff
path: root/IPPay.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-01-26 21:16:04 +0000
committerivan <ivan>2011-01-26 21:16:04 +0000
commit3d14e9d827c8fb53193d7534e3d13ef5aa288660 (patch)
tree2b1a507d42e2ef0ad5307c5a131ee36fbee64868 /IPPay.pm
parent3522afcdab42daa2351f16e9f17f79d55f0eeb75 (diff)
0.06: fix january bug in tests
Diffstat (limited to 'IPPay.pm')
-rw-r--r--IPPay.pm2
1 files changed, 1 insertions, 1 deletions
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;