X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=cb96fcd077a50e0ffe44bc2b6108e6f224dad6f2;hp=d5fa8c5c3a07c957045a93bffe891c74e6565bcd;hb=9434a81501df74c1bbe5745cc2bc3476213f2733;hpb=ade3da0a3602627512932eef9af511247f11634f diff --git a/Makefile.PL b/Makefile.PL index d5fa8c5..cb96fcd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,7 +48,7 @@ requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request' => '5.814'; requires 'HTTP::Response' => '5.813'; requires 'HTTP::Request::AsCGI' => '1.0'; -requires 'Module::Pluggable' => '3.9'; +requires 'Module::Pluggable' => '4.7'; requires 'Path::Class' => '0.09'; requires 'Scalar::Util'; requires 'Sub::Exporter'; @@ -82,7 +82,6 @@ test_requires 'Data::Dump'; test_requires 'HTTP::Request::Common'; test_requires 'IO::Scalar'; test_requires 'HTTP::Status'; -test_requires 'Catalyst::Plugin::Params::Nested'; # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available my @author_requires; @@ -99,7 +98,7 @@ else { push(@author_requires, 'CatalystX::LeakChecker', '0.05'); push(@author_requires, 'Catalyst::Devel', '1.0'); # For http server test push(@author_requires, 'Test::WWW::Mechanize::Catalyst', '0.51'); -push(@author_requires, 'Test::TCP', '1.27'); # ditto, ships Net::EmptyPort +push(@author_requires, 'Test::TCP', '2.00'); # ditto, ships Net::EmptyPort author_tests('t/author'); author_requires( @@ -116,6 +115,7 @@ author_requires( Test::Spelling Pod::Coverage::TrustPod Catalyst::Plugin::Params::Nested + Catalyst::Plugin::ConfigLoader )); if ($Module::Install::AUTHOR) {