Bug 16770: Remove Memoize::Memcached dependency
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 18 Jun 2016 14:22:35 +0000 (15:22 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 14:05:56 +0000 (14:05 +0000)
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
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

C4/Installer/PerlDependencies.pm
Makefile.PL
debian/control
install_misc/debian.packages
install_misc/ubuntu.packages

index a506615..89df812 100644 (file)
@@ -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',
index 67faac9..f0a9368 100644 (file)
@@ -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);
index a8db171..30d7f87 100644 (file)
@@ -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,
index 7d0c747..5d939dc 100644 (file)
@@ -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
index 020d398..e4a99dc 100644 (file)
@@ -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