Bug 8092 follow-up: Add optional dependency on CHI
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 28 May 2012 14:07:35 +0000 (10:07 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 11:08:18 +0000 (13:08 +0200)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Installer/PerlDependencies.pm
INSTALL.debian
INSTALL.fedora7
INSTALL.ubuntu
INSTALL.ubuntu.lucid

index 8dcfd76..ee026bc 100644 (file)
@@ -249,6 +249,16 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.03'
     },
+    'CHI' => {
+        'usage'    => 'Caching',
+        'required' => '0',
+        'min_ver'  => '0.36'
+    },
+    'CHI::Driver::Memcached' => {
+        'usage'    => 'Caching',
+        'required' => '0',
+        'min_ver'  => '0.12'
+    },
     'Net::LDAP::Filter' => {
         'usage'    => 'LDAP Interface Feature',
         'required' => '0',
index 2c41201..4547974 100644 (file)
@@ -86,7 +86,7 @@ http://debian.koha-community.org or maybe you can build packages
 yourself or maybe you will need to install them locally with a command
 similar to
 
-    $ sudo cpan Graphics::Magick
+    $ sudo cpan Graphics::Magick CHI CHI::Driver::Memcached
 
 Note: you may need to run CPAN initialization if you've not run cpan
 before.  See http://search.cpan.org/~andk/CPAN/lib/CPAN.pm#CONFIGURATION
index c1f84cf..509b848 100644 (file)
@@ -776,6 +776,8 @@ YAML::Syck
 Unix::Syslog
 POE
 Date::Calc
+CHI
+CHI::Driver::Memcached
 
 
 3.6.2 Installation of modules - Cases difficult
index 968f6b8..050d15d 100644 (file)
@@ -90,7 +90,7 @@ sources
 
 Run the following command:
 
-    $ sudo cpan GD GD::Barcode::UPCE Algorithm::CheckDigits::M43_001
+    $ sudo cpan GD GD::Barcode::UPCE Algorithm::CheckDigits::M43_001 CHI CHI::Driver::Memcached
 
 Note: you may need to run CPAN initialization if you've not run cpan
 before:
index 95870c6..0003e16 100644 (file)
@@ -97,7 +97,8 @@ sources
 Run the following command:
 
     $ sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
-                PDF::API2::Simple Storable Text::CSV::Encoded
+                PDF::API2::Simple Storable Text::CSV::Encoded CHI \
+                CHI::Driver::Memcached
 
 Note: you may need to run CPAN initialization if you've not run cpan
 before: