aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authoredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-27 21:57:12 +0000
committeredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-27 21:57:12 +0000
commit3be6645504164f62286033fbd0a5972a433211b4 (patch)
treead3cb956bfaeab04272537fd0f05fa984f445ad1 /Makefile.PL
parent029c34a8754728e0f1622ea56ac112941226ebd3 (diff)
downloadreaction-3be6645504164f62286033fbd0a5972a433211b4.tar.gz
reaction-3be6645504164f62286033fbd0a5972a433211b4.zip
added InstancePerContext to deps
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 43e2493..5c0f146 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,6 +9,7 @@ author 'Matt S Trout <mst@shadowcat.co.uk>';
all_from 'lib/Reaction.pm';
requires 'Catalyst' => '5.7002';
+requires 'Catalyst::Component::InstancePerContext' => 0;
requires 'Catalyst::Plugin::ConfigLoader' => 0.19;
requires 'Catalyst::Plugin::Static::Simple' => 0;
requires 'Catalyst::Plugin::I18N' => 0;