Bugzilla – Attachment 62946 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.25 KB, created by
Nick Clemens (kidclamp)
on 2017-05-02 10:08:20 UTC
(
hide
)
Description:
Bug 17190 - Marked REST API as mandatory (require = 1) in PerlDependencies.pm
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-02 10:08:20 UTC
Size:
1.25 KB
patch
obsolete
>From 60513d38d0d5d35dea9357a588d3cf2cd7290fe6 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> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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