From 511331906b11bc8f104f49b164a0a4b262099b0d Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 20 Nov 2007 03:03:08 +0000 Subject: add ARB (recurring authorizations/subscriptions) support --- Makefile.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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, }, ); -- cgit v1.2.1