X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1e25b5e4bff7e53b68ad7e863b4f32b1dc378e63;hb=e37f92f5a9e3e83019ae0c2895439121bf533cde;hp=d906d0f193e7f5b2d3a48aa7254b34845bc3b61e;hpb=f653d2c823617c580b943ebc7b5f44774cb2579d;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index d906d0f..1e25b5e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,7 @@ requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; requires 'MooseX::Getopt' => '0.48'; requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace +requires 'Devel::InnerPackage'; # No longer core in blead requires 'Plack' => '0.9991'; # IIS6+7 fix middleware requires 'Plack::Middleware::ReverseProxy' => '0.04'; requires 'Plack::Test::ExternalServer';