From 317e38b674ce434358be212d04043729a5300adb 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=UTF-8 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 --- 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 a9e0ba9..c4f5409 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.1.4