From 826ef9e7beb27834cb35e15a46a17def8be880bc Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 28 Oct 2020 03:11:24 +1300 Subject: [PATCH] Bug 26434: add Array::Utils module [19.05] Content-Type: text/plain; charset="utf-8" --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 2377763..8a46f7a 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -893,6 +893,11 @@ our $PERL_DEPS = { required => '1', min_ver => '0.37', }, + 'Array::Utils' => { + usage => 'Plugin system', + required => '1', + min_ver => '0.5', + }, }; 1; -- 2.1.4