X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c9b4f2cc5a6f0679e5961e73f5671a39991ccb89;hb=02f26dcaafe932e8b0f069434667f58c9fa1fcfb;hp=b12772731ff987f5b8315f9f62dc3a3298600690;hpb=7e63642de2cdd2a539f9349d037a216c5098a6b6;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index b127727..c9b4f2c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,6 @@ WriteMakefile( # minimum version that depends on ExtUtils::Depends 0.302 'B::Hooks::OP::Check' => '0.19', - 'B::Hooks::OP::Check::Install::Files' => '0.19', }, PREREQ_PM => { @@ -46,10 +45,14 @@ WriteMakefile( 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { + # GitHub mirrors from Shadowcat. We list it so we can get pull requests. + # The canonical repo is: + # r/o: git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git # r/w: p5sagit@git.shadowcat.co.uk:Devel-Declare.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git', + url => 'https://github.com/p5sagit/Devel-Declare.git', + web => 'https://github.com/p5sagit/Devel-Declare', type => 'git', }, bugtracker => {