Bugzilla – Attachment 52557 Details for
Bug 16770
Remove wrong uses of Memoize::Memcached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16770: Remove Memoize::Memcached dependency
Bug-16770-Remove-MemoizeMemcached-dependency.patch (text/plain), 3.16 KB, created by
Jacek Ablewicz
on 2016-06-19 17:28:10 UTC
(
hide
)
Description:
Bug 16770: Remove Memoize::Memcached dependency
Filename:
MIME Type:
Creator:
Jacek Ablewicz
Created:
2016-06-19 17:28:10 UTC
Size:
3.16 KB
patch
obsolete
>From 3f9d81a4ec42dbc4c9288c71b65a7ea1fd043a2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 18 Jun 2016 15:22:35 +0100 >Subject: [PATCH] Bug 16770: Remove Memoize::Memcached dependency > >This module is no longer in use and can be removed. > >Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl> > >This part involves some changes in a bunch of mysterious debian|ubuntu >related files, not quite sure if I know what I'm doing >--- > C4/Installer/PerlDependencies.pm | 5 ----- > Makefile.PL | 2 +- > debian/control | 2 -- > install_misc/debian.packages | 1 - > install_misc/ubuntu.packages | 1 - > 5 files changed, 1 insertion(+), 10 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index c397e49..f4596f1 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -252,11 +252,6 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '0.98' > }, >- 'Memoize::Memcached' => { >- 'usage' => 'Memcached Feature (Experimental)', >- 'required' => '0', >- 'min_ver' => '0.03' >- }, > 'Cache::Memcached::Fast' => { > 'usage' => 'Caching', > 'required' => '0', >diff --git a/Makefile.PL b/Makefile.PL >index 67faac9..f0a9368 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -1070,7 +1070,7 @@ PazPar2 port?); > } > > $msg = q( >-Use memcached and memoize to cache the results of some function calls? >+Use memcached to cache the results of some function calls? > This provides a signficant performance improvement. > You will need a Memcached server running.); > $msg .= _add_valid_values_disp('USE_MEMCACHED', $valid_values); >diff --git a/debian/control b/debian/control >index a8db171..30d7f87 100644 >--- a/debian/control >+++ b/debian/control >@@ -74,7 +74,6 @@ Build-Depends: libalgorithm-checkdigits-perl, > libmarc-charset-perl, > libmarc-record-perl, > libmarc-xml-perl, >- libmemoize-memcached-perl, > libmime-lite-perl, > libmodern-perl-perl, > libmodule-bundled-files-perl, >@@ -289,7 +288,6 @@ Depends: libalgorithm-checkdigits-perl, > libmarc-charset-perl, > libmarc-record-perl, > libmarc-xml-perl, >- libmemoize-memcached-perl, > libmime-lite-perl, > libmodern-perl-perl, > libmodule-bundled-files-perl, >diff --git a/install_misc/debian.packages b/install_misc/debian.packages >index 7d0c747..5d939dc 100644 >--- a/install_misc/debian.packages >+++ b/install_misc/debian.packages >@@ -77,7 +77,6 @@ libmail-sendmail-perl install > libmarc-charset-perl install > libmarc-record-perl install > libmarc-xml-perl install >-libmemoize-memcached-perl install > libmime-lite-perl install > libmodern-perl-perl install > libmodule-bundled-files-perl install >diff --git a/install_misc/ubuntu.packages b/install_misc/ubuntu.packages >index 020d398..e4a99dc 100644 >--- a/install_misc/ubuntu.packages >+++ b/install_misc/ubuntu.packages >@@ -107,7 +107,6 @@ libmail-sendmail-perl install > libmarc-charset-perl install > libmarc-record-perl install > libmarc-xml-perl install >-libmemoize-memcached-perl install > libmime-lite-perl install > libmodern-perl install > libmodern-perl-perl install >-- >1.7.10.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 16770
:
52513
|
52514
|
52515
|
52555
|
52556
|
52557
|
52640
|
52678
|
52712
|
52713
|
52714