X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=Makefile.PL;h=fdeb0b1111f59c85b85756065cb52166cdcbddc5;hp=36c36c6441979264bac4319f6da59789d2754771;hb=HEAD;hpb=a41f059bb410d94d16596eca1d2a42a53622e208 diff --git a/Makefile.PL b/Makefile.PL index 36c36c6..fdeb0b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,9 +26,9 @@ my %META = ( 'threads::shared' => '0.91', %PREREQ_PM, }, - dynamic_config => 0, + 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 => {