add ARB (recurring authorizations/subscriptions) support
[Business-OnlinePayment-AuthorizeNet.git] / Makefile.PL
index 1f9c265..6476f7a 100644 (file)
@@ -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,
                       },
 );