From a900a434d50ae232af81c74c98020af3f13bf0e5 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 --- 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 a9e0ba932f..c4f5409009 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -779,12 +779,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