Bugzilla – Attachment 61772 Details for
Bug 17190
Mark REST API dependencies as mandatory in PerlDependencies.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17190 - Marked REST API as mandatory (require = 1) in PerlDependencies.pm
Bug-17190---Marked-REST-API-as-mandatory-require--.patch (text/plain), 1.20 KB, created by
Marc Véron
on 2017-04-02 17:58:59 UTC
(
hide
)
Description:
Bug 17190 - Marked REST API as mandatory (require = 1) in PerlDependencies.pm
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-02 17:58:59 UTC
Size:
1.20 KB
patch
obsolete
>From 317e38b674ce434358be212d04043729a5300adb Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >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 <veron@veron.ch> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17190
:
61766
|
61772
|
62946