X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=1d0fd94b4588899c3bc7c638023955c86b9e8e80;hb=afe51e489edfb1e4c9d5b2c27562146ffaa5745a;hp=be69e590b3afc39f56aebcb78b1a754cf440f30f;hpb=faf1f9f18601b51e4a4fce5dbfb0ed9bbf24e72b;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Makefile.PL b/Makefile.PL index be69e59..1d0fd94 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, ); @@ -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 => {