diff options
author | ivan <ivan> | 2007-10-15 20:30:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-15 20:30:23 +0000 |
commit | 7a29b217584b2992ca6e90db905957263a1e1b8a (patch) | |
tree | 7d82129e45e67dce3ab0836beea11be50aa68413 | |
parent | 33468536729cb00592ce4ac4af3594b32a8bddb5 (diff) |
we don't need Business::CreditCard, don't declare that we do
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index f9eaa1a..20dab75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,5 @@ WriteMakefile( 'PREREQ_PM' => { 'Business::OnlinePayment' => 3, 'Business::OnlinePayment::HTTPS' => 0.04, - 'Business::CreditCard' => 0.27, }, ); |