]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - Makefile.PL
Explicitely state that C++ compilers aren't supported
[perl/modules/re-engine-Hooks.git] / Makefile.PL
index 8622e14d833c73c029ad6ffa093f5c004d8b30b1..da35198ee2ffb6e751988b0cd739280d563f199f 100644 (file)
@@ -1,4 +1,4 @@
-use 5.010001;
+use 5.010_001;
 
 use strict;
 use warnings;
@@ -124,7 +124,7 @@ WriteMakefile(
  MIN_PERL_VERSION => '5.010001',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  XSPROTOARG       => '-noprototypes',