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=231340290fa100716df67b6ee8b482a16d3f7abd;hb=1280766cf172226bd19417434ad346abaea43047;hpb=29308820f6c5aa7e18a4342e4dc7b1384a965011 diff --git a/Makefile.PL b/Makefile.PL index 2313402..70e7f03 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,10 +24,16 @@ WriteMakefile( resources => { # r/w: p5sagit@git.shadowcat.co.uk:Package-Variant.git - repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/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' ] }, }, );