Bug 17666: [QA Follow-up] Mark File::Slurp as required
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 15 Dec 2016 07:43:05 +0000 (08:43 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Dec 2016 11:14:49 +0000 (11:14 +0000)
Not optional since we are 'using' it in updatedatabase.pl.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 83d8b19..4e1f75f 100644 (file)
@@ -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' => {