Bugzilla – Attachment 61593 Details for
Bug 18326
Add Mojolicious as a required dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18326 - Add Mojolicious as a required dependency
Bug-18326---Add-Mojolicious-as-a-required-dependen.patch (text/plain), 1.02 KB, created by
David Cook
on 2017-03-24 01:19:07 UTC
(
hide
)
Description:
Bug 18326 - Add Mojolicious as a required dependency
Filename:
MIME Type:
Creator:
David Cook
Created:
2017-03-24 01:19:07 UTC
Size:
1.02 KB
patch
obsolete
>From 1f4c4906bb0426d81f7cb32e9065a168e738fc52 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 24 Mar 2017 12:16:04 +1100 >Subject: [PATCH] Bug 18326 - Add Mojolicious as a required dependency > >Since Bug 17932 was pushed and adds Mojo::JSON to Koha::Object, >it's necessary to specify Mojolicious as a required module. > >_TEST PLAN_ >1. Run: perl koha_perl_deps.pl -a -r -c >2. Make sure that Mojolicious is in the output >--- > 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 f8a96c4..31841cd 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -773,8 +773,8 @@ our $PERL_DEPS = { > 'min_ver' => '0.05', > }, > 'Mojolicious' => { >- 'usage' => 'REST API', >- 'required' => '0', >+ 'usage' => 'REST API and Koha::Object', >+ 'required' => '1', > 'min_ver' => '6.0', > }, > 'Swagger2' => { >-- >2.10.2
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 18326
: 61593