From: ivan Date: Thu, 14 Jun 2007 00:59:07 +0000 (+0000) Subject: preparing for 0.09 X-Git-Tag: BUSINESS_ONLINEPAYMENT_3_00_09~6 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=d7f628ce94d570dbc81e7efd9d64d72e76b57579 preparing for 0.09 --- diff --git a/Changes b/Changes index 88696e9..04aad80 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Business::OnlinePayment. +3.00_09 unreleased + 3.00_08 Wed Jun 13 17:51:14 PDT 2007 - B:OP:HTTPS: set response_page, response_code, response_headers - B:OP:HTTPS: Normalize https_post (and debugging) response_code to diff --git a/META.yml b/META.yml index ca35f02..221b3ef 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Business-OnlinePayment -version: 3.00_06 +version: 3.00_09 version_from: OnlinePayment.pm installdirs: site requires: diff --git a/OnlinePayment.pm b/OnlinePayment.pm index da75db4..3600919 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.00_08'; +$VERSION = '3.00_09'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit()