From: Vincent Pit Date: Sun, 3 Jan 2010 09:43:23 +0000 (+0100) Subject: Explicitely depend on the last Acme::CPANAuthors X-Git-Tag: v0.03~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=fac421d5bc5a5d45841eef56a7975efec8c57115 Explicitely depend on the last Acme::CPANAuthors --- diff --git a/Makefile.PL b/Makefile.PL index dee8b2d..e651c65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,