From b1b3ad36c4f1577584a4ece49987c9ec91f29805 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Sun, 19 Mar 2017 12:00:48 +0000 Subject: [PATCH] Bug 17190 - Marked REST API as mandatory (require = 1) in PerlDependencies.pm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For testing I went in Staff client to Home > About Koha > tab Perl modules and verified that both Mojolicious (6.0) and Swagger2 (0.59) are marked as mandatory. Signed-off-by: Marc Véron Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit a900a434d50ae232af81c74c98020af3f13bf0e5) Signed-off-by: Katrin Fischer --- 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 4e1f75ff2f..efc3c45b1e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -774,12 +774,12 @@ our $PERL_DEPS = { }, 'Mojolicious' => { 'usage' => 'REST API', - 'required' => '0', + 'required' => '1', 'min_ver' => '6.0', }, 'Swagger2' => { 'usage' => 'REST API', - 'required' => '0', + 'required' => '1', 'min_ver' => '0.59', }, 'UNIVERSAL::can' => { -- 2.39.5