summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjeff <jeff>2007-11-20 03:03:08 +0000
committerjeff <jeff>2007-11-20 03:03:08 +0000
commit511331906b11bc8f104f49b164a0a4b262099b0d (patch)
tree813b37c784438b6d99e2f854f702e1006fa09cce /Makefile.PL
parent63544739784abac4d9740323b609e554d58584e6 (diff)
add ARB (recurring authorizations/subscriptions) support
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1f9c265..6476f7a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,11 @@ WriteMakefile(
#the maintainer
'PREREQ_PM' => { 'Net::SSLeay' => 0,
'Text::CSV_XS' => 0,
- 'Business::OnlinePayment' => 0,
+ 'Business::OnlinePayment' => 3,
+ 'Business::OnlinePayment::HTTPS' => 0,
'Test::More' => 0.42,
+ 'Tie::IxHash' => 0,
+ 'XML::Simple' => 0,
+ 'XML::Writer' => 0,
},
);