aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-14 20:17:35 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-14 20:17:35 +0000
commitef1a41f23f61b708d5e11baf6f09a0a1643651ee (patch)
tree55a5f38d78e17553b68f8ca46b614d4e3e58dbff /Makefile.PL
parent0402136bb4f1dc2050fb75b7fe8467780288d420 (diff)
downloadreaction-ef1a41f23f61b708d5e11baf6f09a0a1643651ee.tar.gz
reaction-ef1a41f23f61b708d5e11baf6f09a0a1643651ee.zip
added Reaction::Types::CreditCard
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d4def09..b73726c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,6 +31,7 @@ requires 'Email::MIME::Creator';
requires 'Text::CSV_XS';
requires 'Devel::Declare' => '0.001006';
requires 'MooseX::Types' => '0.04';
+requires 'Business::CreditCard' => '0.30';
catalyst;