X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=f25c082b998df6557ad7bc4d049ccb9b30bbd892;hp=8e6c2c908446b1a849fc43c8c485e487891213fa;hb=4e6e0ab2246dc09edb7e2731547931fa28021829;hpb=8ba2999969105bb9079e0c42473d88e4b73e079a diff --git a/Makefile.PL b/Makefile.PL index 8e6c2c9..f25c082 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,10 +65,15 @@ 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'; +# Install the standalone Regex dispatch modules in order to ease the +# depreciation transition +requires 'Catalyst::DispatchType::Regex' => '5.90021'; + test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; test_requires 'Test::More' => '0.88'; @@ -115,6 +120,7 @@ resources( 'IRC' => 'irc://irc.perl.org/#catalyst', 'license', => 'http://dev.perl.org/licenses/', 'homepage', => 'http://dev.catalyst.perl.org/', + # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', );