X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6ca54b86e765fd1de3320705fb7011ff066d9594;hb=HEAD;hp=7c122e341b58ef9e85c3e2dd11fece0f285d7e4c;hpb=a9b2fc02f563fd7812120cca1cf2dc8f59c3131e;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index 7c122e3..6ca54b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -196,9 +196,8 @@ my %extra_info = ( 'meta-spec' => { version => 2 }, resources => { repository => { - # r/w: p5sagit@git.shadowcat.co.uk:local-lib.git - url => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git', + url => 'git://github.com/Perl-Toolchain-Gang/local-lib', + web => 'https://github.com/Perl-Toolchain-Gang/local-lib', type => 'git', }, x_IRC => 'irc://irc.perl.org/#local-lib', @@ -209,7 +208,7 @@ my %extra_info = ( license => [ 'http://dev.perl.org/licenses/' ], }, prereqs => { - runtime => { requires => { perl => '5.8.1' } }, + runtime => { requires => { perl => '5.6.0' } }, }, );