X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=IPPay.pm;fp=IPPay.pm;h=3f289bec4985ad13b3a3575b66aa07b361428266;hp=2dd2c85ada6f6970fed7d908242efd8abf50cf82;hb=11ecf4593601fbde490e2dd752d3c0d7111083e7;hpb=20e2917873bd6c764ca03ff763869fdc88aaf506 diff --git a/IPPay.pm b/IPPay.pm index 2dd2c85..3f289be 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.09_02'; +$VERSION = '0.09_03'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0;