X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=74aac703c514102e42fe7d1739e5a85edd679c28;hb=3df65a8d8fa4a41c4d0ea0560875676a4cebfc6b;hp=b50b74f1de7d5473edf9640f0a9eb55210d53499;hpb=dcca952ec445baeee3aa3c887ec41582991870da;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index b50b74f..74aac70 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -98,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( @@ -115,6 +115,7 @@ author_requires( Test::Spelling Pod::Coverage::TrustPod Catalyst::Plugin::Params::Nested + Catalyst::Plugin::ConfigLoader )); if ($Module::Install::AUTHOR) {