X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=62e1003944e3efb221d041dd71db174a7cfe1269;hb=1714a8a0ad486c7956ce7bd3f62e7b78a3d7222e;hp=aa762780e0b7ebf5e7ac85c9fb6c5717d21df879;hpb=3ecd268aa7ad801c32ece24c34ff488d8b18d87d;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/Makefile.PL b/Makefile.PL index aa76278..62e1003 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ requires 'Carp::Clan'; requires 'List::MoreUtils'; requires 'Tie::IxHash'; requires 'Try::Tiny'; +requires 'Catalyst::Component::InstancePerContext'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Exception';