From b37129289a0f46bd341e39e44d9000c1c79e92cb Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Jan 2010 02:48:39 +0000 Subject: - Add B:OP, B:OP:HTTPS and XML::Simple to Makefile.PL PREREQ_PM (closes: CPAN#53646) - Add t/boilerplate.t to MANIFEST --- lib/Business/OnlinePayment/PaymenTech.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Business/OnlinePayment/PaymenTech.pm') diff --git a/lib/Business/OnlinePayment/PaymenTech.pm b/lib/Business/OnlinePayment/PaymenTech.pm index 0f23ee7..82b50d3 100644 --- a/lib/Business/OnlinePayment/PaymenTech.pm +++ b/lib/Business/OnlinePayment/PaymenTech.pm @@ -8,7 +8,7 @@ use Tie::IxHash; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '2.01'; +$VERSION = '2.02'; $DEBUG = 0; $me='Business::OnlinePayment::PaymenTech'; -- cgit v1.2.1