X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=b50b74f1de7d5473edf9640f0a9eb55210d53499;hp=382ad890c985b57797c8e6e0355bd35e04e02279;hb=409d48fb495802db8eb6e02a927dd2915d8643b4;hpb=4fb27043578a31f1ffd7498d1097c817a932d173 diff --git a/Makefile.PL b/Makefile.PL index 382ad89..b50b74f 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', '1.27'); # ditto, ships Net::EmptyPort author_tests('t/author'); author_requires( @@ -125,6 +126,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', );