convert to using Distar
[p5sagit/Module-Metadata.git] / Makefile.PL
index 6330b32..a2b9747 100644 (file)
@@ -7,6 +7,8 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
   NAME => 'Module::Metadata',
   VERSION_FROM => 'lib/Module/Metadata.pm',
+  ABSTRACT_FROM => 'lib/Module/Metadata.pm',
+  LICENSE => 'perl',
   PREREQ_PM => {
     'Carp'        => 0,
     'File::Find'  => 0,
@@ -17,4 +19,12 @@ WriteMakefile(
     'version'     => 0.87,
     'warnings'    => 0,
   },
+  META_MERGE => {
+    dynamic_config => 0,
+    resources => {
+      # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git
+      repository => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git',
+      homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
+    },
+  },
 );