From: Karen Etheridge Date: Tue, 26 Mar 2013 04:02:33 +0000 (-0700) Subject: add some metadata X-Git-Tag: v1.000003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=944651eaa279c3c9e758581de2ef674ad468917e add some metadata --- diff --git a/Makefile.PL b/Makefile.PL index 9add5bf..41ac10b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,4 +7,19 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Safe::Isa', VERSION_FROM => 'lib/Safe/Isa.pm', + + META_MERGE => { + dynamic_config => 0, + + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Safe-Isa.git + repository => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', + homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + }, + + PREREQ_PM => { + 'Exporter' => 0, + 'Scalar::Util' => 0, + }, + }, );