X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=74aac703c514102e42fe7d1739e5a85edd679c28;hb=c17c004aa78ef1280963f76abff75224343d71a8;hp=382ad890c985b57797c8e6e0355bd35e04e02279;hpb=e3520cbfca6b3c7c8184718eb227a84b1e47a494;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 382ad89..74aac70 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -98,6 +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', '2.00'); # ditto, ships Net::EmptyPort author_tests('t/author'); author_requires( @@ -114,6 +115,7 @@ author_requires( Test::Spelling Pod::Coverage::TrustPod Catalyst::Plugin::Params::Nested + Catalyst::Plugin::ConfigLoader )); if ($Module::Install::AUTHOR) { @@ -125,6 +127,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', );