summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-03 12:55:49 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-03 12:55:49 -0800
commit014561f398ee68784f051fe7490fbe7967cab9e0 (patch)
tree40859ab66af80867983b6e191939cba15fb3b42f
parent84d4a98758e1be9e8b377cbe49355aec4cf0c0f3 (diff)
3.04
-rw-r--r--Changes2
-rw-r--r--OnlinePayment.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 6807c7d..cb97df5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Business::OnlinePayment.
-3.04 unreleased
+3.04 Thu Dec 3 12:49:59 PST 2015
- Partial authorizations
- Doc: Moo is a-okay for module authors
- Doc: update URLs for new domain
diff --git a/OnlinePayment.pm b/OnlinePayment.pm
index 7719cab..0b598f1 100644
--- a/OnlinePayment.pm
+++ b/OnlinePayment.pm
@@ -6,7 +6,7 @@ use Carp;
require 5.005;
-$VERSION = '3.04_02';
+$VERSION = '3.04';
$VERSION = eval $VERSION; # modperlstyle: convert the string into a number
# Remember subclasses we have "wrapped" submit() with _pre_submit()