Bugzilla – Attachment 73217 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), 774 bytes, created by
Jonathan Druart
on 2018-03-23 18:04:35 UTC
(
hide
)
Description:
Bug 18342: Mark Cache::Memcached as mandatory
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-03-23 18:04:35 UTC
Size:
774 bytes
patch
obsolete
>From f47e016241b068151837baf13728ebc9ebaf0009 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 > >--- > 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 8961453368..d77d272269 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.11.0
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