From d14efecc799419d590dd37901969ab001d569afc Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 24 Oct 2006 17:30:46 +0000 Subject: Convert to Business::OnlinePayment:HTTPS --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 6bf0fb3..90e08e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,9 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment::eWay', 'VERSION_FROM' => 'eWay.pm', # finds $VERSION 'AUTHOR' => 'Jeff Finucane ', - 'PREREQ_PM' => { 'Net::SSLeay' => 0, - 'Business::OnlinePayment' => 0, + 'PREREQ_PM' => { + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0.04, 'Business::CreditCard' => 0.27, 'XML::Simple' => 2.14, }, -- cgit v1.2.1