]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - Makefile.PL
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/B-RecDeparse.git] / Makefile.PL
index ee90199e9151f4beaad9418999e55c38039e02bc..40bf73f45728de50fe382f9e952f3bc2a64ed834 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.008_001;
 
 use strict;
 use warnings;
@@ -44,10 +44,10 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008001,
+ MIN_PERL_VERSION => '5.008001',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {