diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:26:33 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:26:33 -0700 |
commit | a9ea9b31bead46acca268b0a31564fdabbacb96d (patch) | |
tree | 612bebdbb4ad5d8d825a112d779cd2709c99b3f9 | |
parent | 49e48c25beb6448dd41e072eefca9474b6f60ea6 (diff) |
0.10
-rw-r--r-- | Changes | 5 | ||||
-rw-r--r-- | OnlineThirdPartyPayment.pm | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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 = ( |