Bugzilla – Attachment 74608 Details for
Bug 18342
Set memcached as 'enabled' by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18342: Mark Cache::Memcached as mandatory
Bug-18342-Mark-CacheMemcached-as-mandatory.patch (text/plain), 845 bytes, created by
Kyle M Hall (khall)
on 2018-04-20 10:19:47 UTC
(
hide
)
Description:
Bug 18342: Mark Cache::Memcached as mandatory
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-20 10:19:47 UTC
Size:
845 bytes
patch
obsolete
>From 4a9c2be16b3e45cee2afbae20e2d9586b07e5177 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 23 Mar 2018 15:03:52 -0300 >Subject: [PATCH] Bug 18342: Mark Cache::Memcached as mandatory > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 9913d77d8c..2519557e45 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -254,7 +254,7 @@ our $PERL_DEPS = { > }, > 'Cache::Memcached' => { > 'usage' => 'Caching', >- 'required' => '0', >+ 'required' => '1', > 'min_ver' => '1.30' > }, > 'Cache::Memcached::Fast' => { >-- >2.15.1 (Apple Git-101)
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 18342
:
67414
|
73216
|
73217
|
74607
|
74608
|
74904
|
74905