From 1e54aac4155e414d14c90df54d2fe40d91a5300f Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Oct 2010 00:27:54 +0000 Subject: 2.04_01 --- lib/Business/OnlinePayment/PaymenTech.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Business/OnlinePayment/PaymenTech.pm') diff --git a/lib/Business/OnlinePayment/PaymenTech.pm b/lib/Business/OnlinePayment/PaymenTech.pm index ce4c1a3..8470e85 100644 --- a/lib/Business/OnlinePayment/PaymenTech.pm +++ b/lib/Business/OnlinePayment/PaymenTech.pm @@ -8,7 +8,10 @@ use Tie::IxHash; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '2.03'; + +$VERSION = '2.04_01'; +$VERSION = eval $VERSION; # modperlstyle: convert the string into a number + $DEBUG = 0; $me='Business::OnlinePayment::PaymenTech'; -- cgit v1.2.1