X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=blobdiff_plain;f=Makefile.PL;h=4abb43d5c2f50546544b024eed937ebd9581ad99;hp=bf0cba055573710c67cc465ef63aadc5aca5e080;hb=b13ce12ed7ed1ececab9771f7d3f14b0038cfccf;hpb=f1de4ab8c91d72c168a15c0705761ff5099ab2cf diff --git a/Makefile.PL b/Makefile.PL index bf0cba0..4abb43d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,5 +15,24 @@ WriteMakefile( 'warnings::illegalproto' => '0.001', 'Data::Dumper::Concise' => '2.020', }, + MIN_PERL_VERSION => '5.006', + + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Web-Simple.git + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Web-Simple.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Web-Simple.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Web-Simple@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Web-Simple', + }, + }, + }, + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, );