X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5bf2a11bb3b4837212d61f46a6964653bd236796;hb=0490f6962170bf7394f477d612779c5e64ac6233;hp=be69e590b3afc39f56aebcb78b1a754cf440f30f;hpb=faf1f9f18601b51e4a4fce5dbfb0ed9bbf24e72b;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Makefile.PL b/Makefile.PL index be69e59..5bf2a11 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ $file = "lib/$file.pm"; my %PREREQ_PM = ( 'Carp' => 0, + 'Scalar::Util' => 0, 'Text::Balanced' => 0, ); @@ -25,7 +26,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", @@ -43,7 +44,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {