X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4641c157a4d052a64d830eb90fedd7dd1cb0b2a3;hb=7b1885ee681c978c03d4e23ef2e41728712ce1ee;hp=9add5bf967de289af419d5a31c9342d5d7e3a395;hpb=dcf9b5b375317c609bbfb4277f19d966133c5ed7;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index 9add5bf..4641c15 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,4 +7,27 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Safe::Isa', VERSION_FROM => 'lib/Safe/Isa.pm', + + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Safe-Isa.git + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Safe-Isa@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa', + }, + }, + + PREREQ_PM => { + 'Exporter' => '5.57', + 'Scalar::Util' => 0, + }, + }, );