]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - Makefile.PL
This is 1.04
[perl/modules/Regexp-Wildcards.git] / Makefile.PL
index be69e590b3afc39f56aebcb78b1a754cf440f30f..1d0fd94b4588899c3bc7c638023955c86b9e8e80 100644 (file)
@@ -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            => {