]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
Explicitely depend on the last Acme::CPANAuthors
authorVincent Pit <vince@profvince.com>
Sun, 3 Jan 2010 09:43:23 +0000 (10:43 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 3 Jan 2010 09:43:23 +0000 (10:43 +0100)
Makefile.PL

index dee8b2d04913d75ed6b3996557bbf790b6510851..e651c6580276a3b648a956041a564fb80b38d774 100644 (file)
@@ -10,7 +10,7 @@ my $dist = 'Acme-CPANAuthors-You-re_using';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
- 'Acme::CPANAuthors'   => 0,
+ 'Acme::CPANAuthors'   => '0.09',
  'Carp'                => 0,
  'ExtUtils::Installed' => '1.999',
 );
@@ -20,7 +20,6 @@ my %META = (
   'ExtUtils::MakeMaker' => 0,
  },
  build_requires => {
-  'Acme::CPANAuthors'   => 0,
   'ExtUtils::MakeMaker' => 0,
   'Test::More'          => 0,
   %PREREQ_PM,