X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=063af860c5750b284037c5da4ca1c1cb91cb27cd;hb=b56828544bb1e2ed457b8cdd0caf40e97379667c;hp=fd76aad84c9eb9030960007d440b9128fd5aed63;hpb=41527e604c2d47dd34eae2ca5c091ce032084ef3;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index fd76aad..063af86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,7 @@ my %META = ( } }, test => { requires => { - 'Test::More' => 0, - 'Path::Class' => 0, + 'Test::More' => '0.96', }, }, runtime => { @@ -25,13 +24,16 @@ my %META = ( }, develop => { requires => { + 'Test::Pod' => '1.00', + 'Test::Pod::Coverage' => '1.00', }, }, }, resources => { repository => { - url => 'https://github.com/perl-catalyst/Catalyst-Plugin-ConfigLoader.git', - web => 'https://github.com/perl-catalyst/Catalyst-Plugin-ConfigLoader', + # rw: catagits@git.shadowcat.co.uk:Catalyst-Plugin-ConfigLoader.git + url => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Plugin-ConfigLoader.git', type => 'git', }, x_IRC => 'irc://irc.perl.org/#catalyst',