]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - Makefile.PL
Bump Acme::CPANAuthors dependency to 0.14
[perl/modules/Acme-CPANAuthors-You-re_using.git] / Makefile.PL
index 0a72dd7f778b8b33cc9e118fe9b86d515cf7ee8a..96b6be5db6a161d80e124ab6a361a2c7b02a9469 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,