Browse Source

Bug 18342: Mark Cache::Memcached as mandatory

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

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Jonathan Druart 6 years ago
parent
commit
d6f3e1fbe6
  1. 2
      C4/Installer/PerlDependencies.pm

2
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' => {

Loading…
Cancel
Save