aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 21:10:59 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 21:10:59 +0000
commit75ff359ae74999339b3e1adee5a7f4ecb6fce88b (patch)
treec8f8b53753078f7e8da9d7fbaafa394b8375b3fe /Makefile.PL
parent2421adebbb1f5cb780cd98171989484f5e503acc (diff)
downloadreaction-75ff359ae74999339b3e1adee5a7f4ecb6fce88b.tar.gz
reaction-75ff359ae74999339b3e1adee5a7f4ecb6fce88b.zip
nuked CreditCard type
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5cb3833..9f41b02 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,6 @@ requires 'Email::MIME::Creator';
requires 'Text::CSV_XS';
requires 'Devel::Declare' => '0.001006';
requires 'MooseX::Types' => '0.04';
-requires 'Business::CreditCard' => '0.30';
requires 'Scalar::Util';
catalyst;