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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +10 lines)
Lines 249-254 our $PERL_DEPS = { Link Here
249
        'required' => '0',
249
        'required' => '0',
250
        'min_ver'  => '0.03'
250
        'min_ver'  => '0.03'
251
    },
251
    },
252
    'Cache::Memcached::Fast' => {
253
        'usage'    => 'Caching',
254
        'required' => '0',
255
        'min_ver'  => '0.17'
256
    },
252
    'CHI' => {
257
    'CHI' => {
253
        'usage'    => 'Caching',
258
        'usage'    => 'Caching',
254
        'required' => '0',
259
        'required' => '0',
Lines 580-585 our $PERL_DEPS = { Link Here
580
        'min_ver'  => '0.14',
585
        'min_ver'  => '0.14',
581
586
582
    },
587
    },
588
    'Test::YAML::Valid' => {
589
        'usage'    => 'Core',
590
        'required' => '1',
591
        'min_ver'  => '0.04',
592
    },
583
    'Text::Unaccent' => {
593
    'Text::Unaccent' => {
584
        'usage'    => 'Core',
594
        'usage'    => 'Core',
585
        'required' => '1',
595
        'required' => '1',
586
- 

Return to bug 8636