From: Dylan William Hardison Date: Wed, 5 Apr 2017 12:48:09 +0000 (-0400) Subject: require newer List::MoreUtils in newer perl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00400f0f85be484fb45e789102bbe6203cbb11dd;p=thirdparty%2Fbugzilla.git require newer List::MoreUtils in newer perl --- diff --git a/Makefile.PL b/Makefile.PL index 1e100c996..4499aec1d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,7 +50,7 @@ my %requires = ( 'Email::Send' => '1.911', 'File::Slurp' => '9999.13', 'JSON::XS' => '2.01', - 'List::MoreUtils' => '0.22', + 'List::MoreUtils' => $^V > v5.10.1 ? '0.418' : '0.22', 'Math::Random::ISAAC' => '1.0.1', 'Module::Metadata' => '1.000033', 'Module::Runtime' => 0,