diff options
author | jeff <jeff> | 2006-10-24 17:30:46 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-24 17:30:46 +0000 |
commit | d14efecc799419d590dd37901969ab001d569afc (patch) | |
tree | 6ae796e204e93e4a01e966e5d52350c9b0cbc4de /Makefile.PL | |
parent | 47c52ea84ff31feae9471b04e51531e36766a150 (diff) |
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
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, }, |