View | Details | Raw Unified | Return to bug 8092
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (+10 lines)
Lines 244-249 our $PERL_DEPS = { Link Here
244
        'required' => '0',
244
        'required' => '0',
245
        'min_ver'  => '0.03'
245
        'min_ver'  => '0.03'
246
    },
246
    },
247
    'CHI' => {
248
        'usage'    => 'Caching',
249
        'required' => '0',
250
        'min_ver'  => '0.36'
251
    },
252
    'CHI::Driver::Memcached' => {
253
        'usage'    => 'Caching',
254
        'required' => '0',
255
        'min_ver'  => '0.12'
256
    },
247
    'Net::LDAP::Filter' => {
257
    'Net::LDAP::Filter' => {
248
        'usage'    => 'LDAP Interface Feature',
258
        'usage'    => 'LDAP Interface Feature',
249
        'required' => '0',
259
        'required' => '0',
(-)a/INSTALL.debian (-1 / +1 lines)
Lines 86-92 http://debian.koha-community.org or maybe you can build packages Link Here
86
yourself or maybe you will need to install them locally with a command
86
yourself or maybe you will need to install them locally with a command
87
similar to
87
similar to
88
88
89
    $ sudo cpan Graphics::Magick
89
    $ sudo cpan Graphics::Magick CHI CHI::Driver::Memcached
90
90
91
Note: you may need to run CPAN initialization if you've not run cpan
91
Note: you may need to run CPAN initialization if you've not run cpan
92
before.  See http://search.cpan.org/~andk/CPAN/lib/CPAN.pm#CONFIGURATION
92
before.  See http://search.cpan.org/~andk/CPAN/lib/CPAN.pm#CONFIGURATION
(-)a/INSTALL.fedora7 (+2 lines)
Lines 776-781 YAML::Syck Link Here
776
Unix::Syslog
776
Unix::Syslog
777
POE
777
POE
778
Date::Calc
778
Date::Calc
779
CHI
780
CHI::Driver::Memcached
779
781
780
782
781
3.6.2 Installation of modules - Cases difficult
783
3.6.2 Installation of modules - Cases difficult
(-)a/INSTALL.ubuntu (-1 / +1 lines)
Lines 90-96 sources Link Here
90
90
91
Run the following command:
91
Run the following command:
92
92
93
    $ sudo cpan GD GD::Barcode::UPCE Algorithm::CheckDigits::M43_001
93
    $ sudo cpan GD GD::Barcode::UPCE Algorithm::CheckDigits::M43_001 CHI CHI::Driver::Memcached
94
94
95
Note: you may need to run CPAN initialization if you've not run cpan
95
Note: you may need to run CPAN initialization if you've not run cpan
96
before:
96
before:
(-)a/INSTALL.ubuntu.lucid (-2 / +2 lines)
Lines 97-103 sources Link Here
97
Run the following command:
97
Run the following command:
98
98
99
    $ sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
99
    $ sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
100
                PDF::API2::Simple Storable Text::CSV::Encoded
100
                PDF::API2::Simple Storable Text::CSV::Encoded CHI \
101
                CHI::Driver::Memcached
101
102
102
Note: you may need to run CPAN initialization if you've not run cpan
103
Note: you may need to run CPAN initialization if you've not run cpan
103
before:
104
before:
104
- 

Return to bug 8092