X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=Makefile.PL;h=96b6be5db6a161d80e124ab6a361a2c7b02a9469;hp=dee8b2d04913d75ed6b3996557bbf790b6510851;hb=c9e747756a3d9dc6a3fa880f53bcc80049a58144;hpb=b39520aef4be6769f20ed4e6b6b781d2026880b1 diff --git a/Makefile.PL b/Makefile.PL index dee8b2d..96b6be5 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.14', '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,