its okay to Moo
authorIvan Kohler <ivan@freeside.biz>
Thu, 7 Aug 2014 21:58:37 +0000 (14:58 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 7 Aug 2014 21:58:37 +0000 (14:58 -0700)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index ebdfdc9..dfad0e5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment.
 
+3.04    unreleased
+        - Document Moo is a-okay for module authors
+
 3.03    Tue Apr 29 11:14:25 PDT 2014
         - Document Reverse Authorization action
         - Document expiration is MM/YY and fix the example
index f3d221c..b617c6a 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
-$VERSION = '3.03';
+$VERSION = '3.04_01';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()