From a07be0d5027be4275dc5048fa4162e0b6fa6ceb6 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Wed, 3 Aug 2016 19:31:16 +0200 Subject: [PATCH] Bug 17043 - Readonly deps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomas Cohen Arazi Signed-off-by: Frédéric Demians --- C4/Installer/PerlDependencies.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index b64f7fe65a..aa3bac5f0e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -822,6 +822,16 @@ our $PERL_DEPS = { required => 1, min_ver => '3.69', # same for Wheezy/Jessie }, + 'Readonly' => { + 'usage' => 'Make script happy', + 'required' => '0', + 'min_ver' => '0.01' + }, + 'Readonly::XS' => { + 'usage' => 'Make script happy', + 'required' => '0', + 'min_ver' => '0.01' + }, }; 1; -- 2.39.5