From d8ea53f31923b187015c0f3b6ad464f7f7fa7765 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 This part involves some changes in a bunch of mysterious debian|ubuntu related files, not quite sure if I know what I'm doing Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall (cherry picked from commit 67e6efab5d2da2c55d138153060c70cba342db7e) (cherry picked from commit 998ea5d57a2311d63d53e13879e4194a141d4199) Signed-off-by: Julian Maurice --- 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 ba7a357f04..5dba7a6b39 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 67faac9051..f0a936895d 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 f7ec6b0ded..a6ed510614 100644 --- a/debian/control +++ b/debian/control @@ -74,7 +74,6 @@ Build-Depends: libalgorithm-checkdigits-perl, libmarc-crosswalk-dublincore-perl, libmarc-record-perl, libmarc-xml-perl, - libmemoize-memcached-perl, libmime-lite-perl, libmodern-perl-perl, libmodule-bundled-files-perl, @@ -282,7 +281,6 @@ Depends: libalgorithm-checkdigits-perl, libmarc-crosswalk-dublincore-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 c4bcb93f82..47b00c354a 100644 --- a/install_misc/debian.packages +++ b/install_misc/debian.packages @@ -77,7 +77,6 @@ libmarc-charset-perl install libmarc-crosswalk-dublincore-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 67d84da03d..7a2cb57282 100644 --- a/install_misc/ubuntu.packages +++ b/install_misc/ubuntu.packages @@ -108,7 +108,6 @@ libmarc-charset-perl install libmarc-crosswalk-dublincore-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 -- 2.39.5