X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=cf03c00d31d11e6c5631695ed4121f8cc05200f8;hb=421ba314cd766519c7f503b6ec90ea43319c3d9f;hp=ff2517fd798212d65647d7e817332e7ea1e178c7;hpb=ce9fa73d247b7398f94af6262ae97151c18aac89;p=Business-OnlinePayment-GlobalPayments.git 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-*' },