From a9ea9b31bead46acca268b0a31564fdabbacb96d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Jul 2013 11:26:33 -0700 Subject: [PATCH] 0.10 --- Changes | 5 ++++- OnlineThirdPartyPayment.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b43b667..22f69d6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlineThirdPartyPayment. -0.01 unreleased +0.10 unreleased + - rewrite by mark + +3.00_09 unreleased - original version; created by jeff diff --git a/OnlineThirdPartyPayment.pm b/OnlineThirdPartyPayment.pm index b642ffd..fc3c037 100644 --- a/OnlineThirdPartyPayment.pm +++ b/OnlineThirdPartyPayment.pm @@ -7,7 +7,7 @@ use base qw(Business::OnlinePayment); require 5.005; -$VERSION = '3.00_09'; +$VERSION = '0.10'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number my %fields = ( -- 2.11.0