Convert to Business::OnlinePayment:HTTPS
[Business-OnlinePayment-eWay.git] / Makefile.PL
index 6bf0fb3..90e08e0 100644 (file)
@@ -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,
                       },