preparing for 0.09
authorivan <ivan>
Thu, 14 Jun 2007 00:59:07 +0000 (00:59 +0000)
committerivan <ivan>
Thu, 14 Jun 2007 00:59:07 +0000 (00:59 +0000)
Changes
META.yml
OnlinePayment.pm

diff --git a/Changes b/Changes
index 88696e9..04aad80 100644 (file)
--- 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
index ca35f02..221b3ef 100644 (file)
--- 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:
index da75db4..3600919 100644 (file)
@@ -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()