diff options
author | Mark Wells <mark@freeside.biz> | 2013-06-28 16:37:22 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-06-28 16:37:22 -0700 |
commit | 2d4a5e6a045adc381dd52862c1db977f00f9b6fd (patch) | |
tree | aaa4d0cc2637bbce0ca373fcff865218b584268a /Makefile.PL | |
parent | e4d477537d9dcde911e39a96c035d16ecdb10e19 (diff) |
remove Net::PayPal dependency, reach a usable state
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, }, ); |