From: ivan Date: Mon, 15 Oct 2007 20:30:23 +0000 (+0000) Subject: we don't need Business::CreditCard, don't declare that we do X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-viaKLIX.git;a=commitdiff_plain;h=7a29b217584b2992ca6e90db905957263a1e1b8a we don't need Business::CreditCard, don't declare that we do --- 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, }, );