]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
require newer List::MoreUtils in newer perl
authorDylan William Hardison <dylan@hardison.net>
Wed, 5 Apr 2017 12:48:09 +0000 (08:48 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 13 Apr 2017 20:21:04 +0000 (16:21 -0400)
Makefile.PL

index 1e100c996a89fa3791032f8b19842ca19cb772df..4499aec1df9b5b8c65727fa6af23031b379b90c7 100644 (file)
@@ -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,