X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=665168cbf5679678d15675cc8c5cd0db8143b3eb;hb=d82c4db640472b9263b2d20d849ea7388dfa8c7c;hp=99aa3faf19e530612ac3214ddad267cb1ea7e514;hpb=24bf7e5f5c6dde47b585b6a720d70e28d8febd08;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Makefile.PL b/Makefile.PL index 99aa3fa..665168c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,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", @@ -51,7 +51,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.010, META_MERGE => \%META, dist => { - PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README', + PREOP => 'pod2text -u Plugin.pod > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {