X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=41ac10bf239c84b100902197a503d21cc66445de;hb=944651eaa279c3c9e758581de2ef674ad468917e;hp=1dc4da083e9645da914063340dfb41b8ec7a6db2;hpb=e6995dc62a0d32013c0e8722f98cca789520fce1;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index 1dc4da0..41ac10b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,21 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Safe-Isa', + 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, + }, + }, );