diff options
-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 = ( |