X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=lib%2FBusiness%2FOnlinePayment%2FPaymenTech.pm;fp=lib%2FBusiness%2FOnlinePayment%2FPaymenTech.pm;h=8470e85728a8b8ed0a8d3e5cd8c3c2899eb833ab;hb=1e54aac4155e414d14c90df54d2fe40d91a5300f;hp=ce4c1a3841dd502955ba74616029184a3ece1cc9;hpb=f9c8904a9267ff5225b04f42bf9af4de930cd92c;p=Business-OnlinePayment-PaymenTech.git 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';