From 421ba314cd766519c7f503b6ec90ea43319c3d9f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 2 Feb 2010 02:20:40 +0000 Subject: Set up prereqs --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ff2517f..cf03c00 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-GlobalPayments-*' }, -- cgit v1.2.1