X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f94cd545778d3ada872e11b590faf572d94dd6c7;hb=refs%2Fheads%2Fforward_to_instances;hp=f9516747696399edd3bbb9877544e6fc2be716e3;hpb=59b3e4d0df63749ee601113ce44be5b4340be2a8;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index f951674..f94cd54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -83,10 +83,7 @@ my %META = ( }, develop => { requires => { - 'CatalystX::LeakChecker' => '0.05', - 'Catalyst::Devel' => '1.0', # For http server test - 'Test::WWW::Mechanize::Catalyst' => '0.51', - 'Test::TCP' => '2.00', # ditto, ships Net::EmptyPort + 'Test::TCP' => '2.00', 'File::Copy::Recursive' => '0.40', 'Starman' => 0, 'MooseX::Daemonize' => 0, @@ -95,10 +92,7 @@ my %META = ( 'Test::Pod::Coverage' => 0, 'Test::Spelling' => 0, 'Pod::Coverage::TrustPod' => 0, - 'Catalyst::Plugin::Params::Nested' => 0, - 'Catalyst::Plugin::ConfigLoader' => 0, 'Compress::Zlib' => 0, - 'Catalyst::Action::REST' => 0, 'Type::Tiny' => 0, 'Proc::ProcessTable' => 0, }, @@ -106,9 +100,8 @@ my %META = ( }, resources => { repository => { - # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git - url => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary', + url => 'https://github.com/perl-catalyst/catalyst-runtime.git', + web => 'https://github.com/perl-catalyst/catalyst-runtime', type => 'git', }, x_IRC => 'irc://irc.perl.org/#catalyst',