]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - Makefile.PL
Display the directories searched for modules during the tests
[perl/modules/Acme-CPANAuthors-You-re_using.git] / Makefile.PL
index e651c6580276a3b648a956041a564fb80b38d774..dbd54921b1386d044312a04295b29846ffa9c566 100644 (file)
@@ -10,7 +10,7 @@ my $dist = 'Acme-CPANAuthors-You-re_using';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
- 'Acme::CPANAuthors'   => '0.09',
+ 'Acme::CPANAuthors'   => '0.16',
  'Carp'                => 0,
  'ExtUtils::Installed' => '1.999',
 );
@@ -44,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            => {