Bugzilla – Attachment 55049 Details for
Bug 17223
Add Cache::Memcached to PerlDependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17223: Add Cache::Memcached to PerlDependencies
Bug-17223-Add-CacheMemcached-to-PerlDependencies.patch (text/plain), 939 bytes, created by
Mirko Tietgen
on 2016-08-30 18:19:56 UTC
(
hide
)
Description:
Bug 17223: Add Cache::Memcached to PerlDependencies
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-08-30 18:19:56 UTC
Size:
939 bytes
patch
obsolete
>From 77e8ff92a2804c9e0a40146d3dbd8bb41f180a44 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 30 Aug 2016 15:52:16 +0200 >Subject: [PATCH] Bug 17223: Add Cache::Memcached to PerlDependencies > >Test plan: >Check about page, perl modules. > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index a064307..d2e9833 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -252,6 +252,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '0.98' > }, >+ 'Cache::Memcached' => { >+ 'usage' => 'Caching', >+ 'required' => '0', >+ 'min_ver' => '1.30' >+ }, > 'Cache::Memcached::Fast' => { > 'usage' => 'Caching', > 'required' => '0', >-- >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 17223
:
55020
| 55049 |
55050