X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=Makefile.PL;h=fdeb0b1111f59c85b85756065cb52166cdcbddc5;hp=0bfc967a940c12ba99857d2e51bbca0c9adc95d6;hb=HEAD;hpb=8fa8621f371d71da06e539b5120cb86b30027c74 diff --git a/Makefile.PL b/Makefile.PL index 0bfc967..fdeb0b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ my %META = ( }, dynamic_config => 1, 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", @@ -43,10 +43,10 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {