X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=IPPay.pm;fp=IPPay.pm;h=59c3e78d9d41cb84d6c9f66c8c9f78b13c483eb5;hp=3c01f99f91362ab115c3a2d747aa44ce89a3f723;hb=3d14e9d827c8fb53193d7534e3d13ef5aa288660;hpb=3522afcdab42daa2351f16e9f17f79d55f0eeb75 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;