X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=73b18ef9e1bdd34e23c6423c451fdfa8abe745b9;hb=2ed72daef30e77181180b933f64351ec49cc5945;hp=fd80616ff74c5ec7234bc755a61bc29b3461df1b;hpb=587b4af8be7a11cf99f16c199715c786e67167df;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/Makefile.PL b/Makefile.PL index fd80616..73b18ef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ my %META = ( }, dynamic_config => 0, resources => { - bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", + bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", @@ -44,10 +44,10 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008001, + MIN_PERL_VERSION => '5.008001', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {