summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2010-01-14 02:48:39 +0000
committerivan <ivan>2010-01-14 02:48:39 +0000
commitb37129289a0f46bd341e39e44d9000c1c79e92cb (patch)
treed038f24229af0e475416eb5f3cd8ba5f128f234a /Makefile.PL
parenta1cfbdc4c895a920165f674900f8b416e336deec (diff)
- Add B:OP, B:OP:HTTPS and XML::Simple to Makefile.PL PREREQ_PM
(closes: CPAN#53646) - Add t/boilerplate.t to MANIFEST
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 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-*' },