diff options
-rw-r--r-- | Changes | 8 | ||||
-rw-r--r-- | OnlineThirdPartyPayment.pm | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,9 @@ Revision history for Perl extension Business::OnlineThirdPartyPayment. -0.10 unrelesed - - complete rewrite -0.01 unreleased +0.10 unreleased + - rewrite by mark + +3.00_09 unreleased +>>>>>>> a9ea9b31bead46acca268b0a31564fdabbacb96d - original version; created by jeff diff --git a/OnlineThirdPartyPayment.pm b/OnlineThirdPartyPayment.pm index 8ada8d5..6d6e33e 100644 --- a/OnlineThirdPartyPayment.pm +++ b/OnlineThirdPartyPayment.pm @@ -7,7 +7,7 @@ use base qw(Business::OnlinePayment); require 5.005; -$VERSION = 0.10; +$VERSION = '0.10'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number my %fields = ( |