From 740b8a04356a1fcd2aefd19eac38a12b64c68315 Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 26 Mar 2013 19:48:03 +1300 Subject: [PATCH] Bug 9926 - Missing perl modules in Koha Content-Type: text/plain; charset="utf-8" --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 535a377..09c9908 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -674,6 +674,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '3.9', }, + 'File::Slurp' => { + 'usage' => 'core', + 'required' => '1', + 'min_ver' => '9999.13', + }, }; 1; -- 1.7.2.5