X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=561a699bdfaa8382664fac13b987b0a1d707712c;hb=9c10afaa72f62a5431830580919fd6ad0ee02f64;hp=9b7e4ada31e79fea1fd0e19c643221a977e703d3;hpb=5ebfae52b8f658324569e7e90b5383210a2478c2;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 9b7e4ad..561a699 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ WriteMakefile( 'File::Spec' => 0, 'IO::File' => 0, 'strict' => 0, + 'warnings' => 0, 'vars' => 0, 'version' => 0.87, 'warnings' => 0, @@ -22,14 +23,22 @@ WriteMakefile( ? ( 'IO::Scalar' => 0 ) : () , + 'perl' => '5.006', }, META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git - repository => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git', - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Module-Metadata@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata', + }, }, }, );