]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - Makefile.PL
Ignore MYMETA.json
[perl/modules/Acme-CPANAuthors-You-re_using.git] / Makefile.PL
index 0a72dd7f778b8b33cc9e118fe9b86d515cf7ee8a..f3c7fcfb43399633d72d1fd649542a3693f10967 100644 (file)
@@ -10,9 +10,9 @@ my $dist = 'Acme-CPANAuthors-You-re_using';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
- 'Acme::CPANAuthors'   => 0,
+ 'Acme::CPANAuthors'   => '0.14',
  'Carp'                => 0,
- 'ExtUtils::Installed' => 0,
+ 'ExtUtils::Installed' => '1.999',
 );
 
 my %META = (
@@ -20,7 +20,6 @@ my %META = (
   'ExtUtils::MakeMaker' => 0,
  },
  build_requires => {
-  'Acme::CPANAuthors'   => 0,
   'ExtUtils::MakeMaker' => 0,
   'Test::More'          => 0,
   %PREREQ_PM,
@@ -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            => {