X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=1e25b5e4bff7e53b68ad7e863b4f32b1dc378e63;hp=365aef1d35539ef850dbd0999906538837b89943;hb=701e20e514a3513de3b406a8f65fc468c2f61dea;hpb=bc83a694170a9609baf19077e3b29c67584ef151 diff --git a/Makefile.PL b/Makefile.PL index 365aef1..1e25b5e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ perl_version '5.008003'; name 'Catalyst-Runtime'; author 'Sebastian Riedel '; -authority('MSTROUT'); +authority('cpan:MSTROUT'); all_from 'lib/Catalyst/Runtime.pm'; requires 'List::MoreUtils'; @@ -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';