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 --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d0b1788..6b7a969 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,9 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0, + 'XML::Simple' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-OnlinePayment-PaymenTech-*' }, -- cgit v1.2.1