From 533bad9cade1c173c9412a64bfc88099457874bc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 7 Aug 2014 14:58:37 -0700 Subject: [PATCH] its okay to Moo --- Changes | 3 +++ OnlinePayment.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ebdfdc9..dfad0e5 100644 --- 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 diff --git a/OnlinePayment.pm b/OnlinePayment.pm index f3d221c..b617c6a 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -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() -- 2.11.0