summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authormark <mark>2010-02-02 02:20:40 +0000
committermark <mark>2010-02-02 02:20:40 +0000
commit421ba314cd766519c7f503b6ec90ea43319c3d9f (patch)
tree5ed16ea5b3b7f24f94f24b114a32d876bf457523 /Makefile.PL
parentce9fa73d247b7398f94af6262ae97151c18aac89 (diff)
Set up prereqs
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
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-*' },