X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=blobdiff_plain;f=Makefile.PL;h=70e7f038842b397f28a29eabdd77cea174fd54d1;hp=f732133724023c76c0479f68978de3ad49a85382;hb=1280766cf172226bd19417434ad346abaea43047;hpb=485d5893093aa1f282c2601069ea1d9dabb78eb6 diff --git a/Makefile.PL b/Makefile.PL index f732133..70e7f03 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Package-Variant', + NAME => 'Package::Variant', VERSION_FROM => 'lib/Package/Variant.pm', CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES @@ -17,4 +17,23 @@ WriteMakefile( 'Import::Into' => 1, 'Module::Runtime' => '0.013', }, + + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Package-Variant.git + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Package-Variant@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Variant', + }, + }, + no_index => { package => [ 'string' ] }, + }, );