From 3c9eace41acfea9e76731cc987cab8df284e7423 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 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall --- C4/Installer/PerlDependencies.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 6960cb5b90..98eae0b021 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