summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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,