summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 3 insertions, 2 deletions
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 <jeff@cmh.net>',
- '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,
},