X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a4b3652675deb8f1d31ecb029e88e5e23e2ef3e0;hb=0584ac7443358f88dd4bc4175eab775cd5cbf9cc;hp=1ad00508976c7c01e3259006584e601b2ca408a4;hpb=9224f93f4f5dbf2e400dff69d627e02000e46d41;p=perl%2Fmodules%2FSub-Nary.git diff --git a/Makefile.PL b/Makefile.PL index 1ad0050..a4b3652 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,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", @@ -46,7 +46,7 @@ WriteMakefile( 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 => {