From fa414d4c45c2b17b58dd6be8bc5ba7363f4648f3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Dec 2016 08:43:05 +0100 Subject: [PATCH] Bug 17666: [QA Follow-up] Mark File::Slurp as required Content-Type: text/plain; charset=utf-8 Not optional since we are 'using' it in updatedatabase.pl. Signed-off-by: Marcel de Rooy --- C4/Installer/PerlDependencies.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 83d8b19..4e1f75f 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -668,8 +668,8 @@ our $PERL_DEPS = { 'min_ver' => '3.9', }, 'File::Slurp' => { - 'usage' => 'Command line scripts', - 'required' => '0', + 'usage' => 'Core', + 'required' => '1', 'min_ver' => '9999.13', }, 'Test::WWW::Mechanize' => { -- 2.1.4