From 2d4a5e6a045adc381dd52862c1db977f00f9b6fd Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 28 Jun 2013 16:37:22 -0700 Subject: remove Net::PayPal dependency, reach a usable state --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d8acdce..e2b1d8a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,8 @@ WriteMakefile( 'VERSION_FROM' => 'PayPal.pm', # finds $VERSION 'AUTHOR' => 'Mark Wells ', 'PREREQ_PM' => { - 'Business::OnlineThirdPartyPayment' => 3, - 'Net::PayPal' => 0, + 'Business::OnlineThirdPartyPayment' => 0, + 'Crypt::CBC' => 0, + 'Crypt::Blowfish' => 0, }, ); -- cgit v1.2.1