X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=blobdiff_plain;f=Makefile.PL;h=1d090c80c58ff6ad100539f9cdd80f62d71cd0f4;hp=ab57117a2d815d66a71e1fbf57ecb8921f0b2490;hb=HEAD;hpb=b813e141ccb3e55b240cfe6d1b87803cd1a3b2f3 diff --git a/Makefile.PL b/Makefile.PL index ab57117..1d090c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,6 @@ WriteMakefile( 'Carp' => 0, 'File::Find' => 0, 'File::Spec' => 0, - 'IO::File' => 0, 'strict' => 0, 'warnings' => 0, 'vars' => 0, @@ -28,14 +27,14 @@ WriteMakefile( : () , }, + -f 'META.yml' ? () : ( META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { - # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', + url => 'git@github.com:Perl-Toolchain-Gang/Module-Metadata.git', + web => 'https://github.com/Perl-Toolchain-Gang/Module-Metadata', type => 'git', }, bugtracker => { @@ -61,5 +60,5 @@ WriteMakefile( }, }, }, - }, + } ), );