diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 3 insertions, 2 deletions
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 <mark@freeside.biz>', 'PREREQ_PM' => { - 'Business::OnlineThirdPartyPayment' => 3, - 'Net::PayPal' => 0, + 'Business::OnlineThirdPartyPayment' => 0, + 'Crypt::CBC' => 0, + 'Crypt::Blowfish' => 0, }, ); |