canonical repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
[p5sagit/Module-Metadata.git] / Makefile.PL
index 407826e..1d090c8 100644 (file)
@@ -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 => {
@@ -44,8 +43,8 @@ WriteMakefile(
       },
     },
     prereqs => {
-      requires => {
-        test => {
+      test => {
+        requires => {
           'Test::More' => 0,
           'Carp' => 0,
           'Config' => 0,
@@ -61,5 +60,5 @@ WriteMakefile(
         },
       },
     },
-  },
+  } ),
 );