From: Vincent Pit Date: Mon, 16 Mar 2015 14:26:04 +0000 (-0300) Subject: Bump Module::Metadata dependency to 1.000_017 X-Git-Tag: v0.08~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=a579abc4dc1c070896e30d811fc34ecc8dad8154 Bump Module::Metadata dependency to 1.000_017 Before this version, t/11-naughty-version.t does not pass. --- diff --git a/Makefile.PL b/Makefile.PL index 6a633eb..724e82b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ $file = "lib/$file.pm"; my %PREREQ_PM = ( 'Acme::CPANAuthors' => '0.16', 'File::Find' => 0, - 'Module::Metadata' => '1.000005', + 'Module::Metadata' => '1.000017', ); my %BUILD_REQUIRES = (