aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-22 20:33:55 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-22 20:33:55 +0000
commit9c4224f977b2829718628af01a3ed8edd68d683b (patch)
tree8595c7e040f8e82575adf3d24f84e146a75842e4 /Makefile.PL
parentaada61d8a4df28591a346e1feccbc0e5428d5ea8 (diff)
downloadreaction-9c4224f977b2829718628af01a3ed8edd68d683b.tar.gz
reaction-9c4224f977b2829718628af01a3ed8edd68d683b.zip
missing deps
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 45d67e2..43e2493 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -38,6 +38,8 @@ requires 'MooseX::Types' => '0.04';
requires 'Scalar::Util';
requires 'File::ShareDir' => '1.00';
requires 'namespace::clean' => '0.08';
+requires 'Catalyst::Component::ACCEPT_CONTEXT';
+requires 'Catalyst::Component::InstancePerContext';
install_share;