X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=dc2b7241b9324b5dc4cfd4d35285814d3a3ef1e2;hb=7423cd2f1a3f395d5f695cc0ee3a210971b6f008;hp=abfc0e1a3ddc728df3787d94be6f3c66506f1e86;hpb=999ff2a4f3c0f1e3d0e4191f65971b2a7fd36d76;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index abfc0e1..dc2b724 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use 5.008001; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; my %WriteMakefileArgs = ( NAME => 'Safe::Isa', @@ -11,12 +11,15 @@ my %WriteMakefileArgs = ( META_MERGE => { '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/Safe-Isa.git # r/w: p5sagit@git.shadowcat.co.uk:Safe-Isa.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + url => 'https://github.com/p5sagit/Safe-Isa.git', + web => 'https://github.com/p5sagit/Safe-Isa', type => 'git', }, bugtracker => { @@ -27,6 +30,7 @@ my %WriteMakefileArgs = ( }, META_ADD => { + 'meta-spec' => { version => 2 }, prereqs => { configure => { requires => {