aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-07 16:14:58 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-07 16:14:58 +0000
commite739c9a211e3a55714904f6c75843e8902226214 (patch)
tree22248dd6119ecac9c754410e139645258f69181d /Makefile.PL
parent1810d30231d48a745bab3931c18044bc19c85e61 (diff)
downloadreaction-e739c9a211e3a55714904f6c75843e8902226214.tar.gz
reaction-e739c9a211e3a55714904f6c75843e8902226214.zip
port the reaction type system to MooseX::Types
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 2cab1d2..d4def09 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,6 +30,7 @@ requires 'Email::MIME';
requires 'Email::MIME::Creator';
requires 'Text::CSV_XS';
requires 'Devel::Declare' => '0.001006';
+requires 'MooseX::Types' => '0.04';
catalyst;