diff options
author | ivan <ivan> | 2010-10-12 00:30:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-12 00:30:21 +0000 |
commit | 234871d72733d12fd00540ea6455653a1d0e5b2d (patch) | |
tree | 0c6e16d6191e1fdefcd82bc30bced657239fcc14 /lib/Business/OnlinePayment/PaymenTech.pm | |
parent | 1e54aac4155e414d14c90df54d2fe40d91a5300f (diff) |
2.04
Diffstat (limited to 'lib/Business/OnlinePayment/PaymenTech.pm')
-rw-r--r-- | lib/Business/OnlinePayment/PaymenTech.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Business/OnlinePayment/PaymenTech.pm b/lib/Business/OnlinePayment/PaymenTech.pm index 8470e85..72fc767 100644 --- a/lib/Business/OnlinePayment/PaymenTech.pm +++ b/lib/Business/OnlinePayment/PaymenTech.pm @@ -9,7 +9,7 @@ use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '2.04_01'; +$VERSION = '2.04'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; |