From 88f1ecae67fd3487c7d0add3cedbb10023d1adc4 Mon Sep 17 00:00:00 2001
From: Marius Gavrilescu <marius@ieval.ro>
Date: Tue, 20 Mar 2018 00:36:28 +0200
Subject: [PATCH] Add dependency on List::MoreUtils

---
 Makefile.PL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 01a6524..643e838 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,8 @@ WriteMakefile(
 	LICENSE           => 'perl',
 	SIGN              => 1,
 	PREREQ_PM         => {
-		qw/Data::SExpression 0.41/,
+		qw/Data::SExpression 0.41
+		   List::MoreUtils   0.33/,
 	},
 	META_ADD          => {
 		dynamic_config => 0,
-- 
2.39.5