remove Net::PayPal dependency, reach a usable state
[Business-OnlineThirdPartyPayment-PayPal.git] / Makefile.PL
index d8acdce..e2b1d8a 100644 (file)
@@ -6,7 +6,8 @@ WriteMakefile(
     'VERSION_FROM' => 'PayPal.pm', # finds $VERSION
     'AUTHOR'       => 'Mark Wells <mark@freeside.biz>',
     'PREREQ_PM'    => { 
-                        'Business::OnlineThirdPartyPayment' => 3,
-                        'Net::PayPal'                       => 0,
+                        'Business::OnlineThirdPartyPayment' => 0,
+                        'Crypt::CBC' => 0,
+                        'Crypt::Blowfish' => 0,
                       },
 );