1.01
[Business-OnlinePayment-BankOfAmerica.git] / Makefile.PL
index cbeb20f..2f2ada7 100644 (file)
@@ -6,6 +6,8 @@ WriteMakefile(
     'VERSION_FROM' => 'BankOfAmerica.pm', # finds $VERSION
     'AUTHOR'       => 'Ivan Kohler <ivan-authorizenet@420.am>',
     #'NORECURS'     => 1, # dont descend into subdirectories
-    'PREREQ_PM'    => {'Net::SSLeay' => 0 }, #, 'Text::CSV' => 0},
+    'PREREQ_PM'    => { 'Net::SSLeay' => 0,
+                        'Business::OnlinePayment' => 0,
+                      },
     #'dist'         => {CI => 'ci -l'},
 );