From: Vincent Pit Date: Sun, 3 Jan 2010 09:18:40 +0000 (+0100) Subject: Depend on the last version of ExtUtils::Installed X-Git-Tag: v0.03~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=b39520aef4be6769f20ed4e6b6b781d2026880b1 Depend on the last version of ExtUtils::Installed --- diff --git a/Makefile.PL b/Makefile.PL index 0a72dd7..dee8b2d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ $file = "lib/$file.pm"; my %PREREQ_PM = ( 'Acme::CPANAuthors' => 0, 'Carp' => 0, - 'ExtUtils::Installed' => 0, + 'ExtUtils::Installed' => '1.999', ); my %META = (