summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-20 13:12:02 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-20 13:12:02 -0800
commit534e87c9dbc8562c4f6bbd6cfe96b7b8dae0fab8 (patch)
tree6202f673218c6a9eb583268546e23f87661a8b2e
parente8a94b0859040833693b3c9a7d71b0257fa7a39a (diff)
3.05
-rw-r--r--Changes2
-rw-r--r--OnlinePayment.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index cb97df5..96d5230 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Business::OnlinePayment.
+3.05 unreleased
+
3.04 Thu Dec 3 12:49:59 PST 2015
- Partial authorizations
- Doc: Moo is a-okay for module authors
diff --git a/OnlinePayment.pm b/OnlinePayment.pm
index 2bd6c4d..2adbd80 100644
--- a/OnlinePayment.pm
+++ b/OnlinePayment.pm
@@ -6,7 +6,7 @@ use Carp;
require 5.005;
-$VERSION = '3.04';
+$VERSION = '3.05_01';
$VERSION = eval $VERSION; # modperlstyle: convert the string into a number
# Remember subclasses we have "wrapped" submit() with _pre_submit()