From 3be6645504164f62286033fbd0a5972a433211b4 Mon Sep 17 00:00:00 2001 From: edenc Date: Tue, 27 Jan 2009 21:57:12 +0000 Subject: added InstancePerContext to deps --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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 '; 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; -- cgit v1.2.3-54-g00ecf