]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - Makefile.PL
This is 0.04
[perl/modules/Test-Leaner.git] / Makefile.PL
index 6fcb76c6440ae5efc1b1849e887cdbafc54dcd50..743503d3c0be87b172fc7678584b30285e7583f2 100644 (file)
@@ -12,9 +12,8 @@ my $dist = 'Test-Leaner';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
- 'Exporter'     => 0,
- 'Scalar::Util' => 0,
- 'Test::More'   => 0,
+ 'Exporter'   => 0,
+ 'Test::More' => 0,
 );
 
 my %META = (
@@ -45,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            => {