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

(-)a/C4/Installer/PerlDependencies.pm (-2 / +1 lines)
Lines 6-12 use strict; Link Here
6
our $PERL_DEPS = {
6
our $PERL_DEPS = {
7
    'Plack::Middleware::ReverseProxy' => {
7
    'Plack::Middleware::ReverseProxy' => {
8
        'usage'    => 'Plack',
8
        'usage'    => 'Plack',
9
        'required' => '1',
9
        'required' => '0',
10
        'min_ver'  => '0.14'
10
        'min_ver'  => '0.14'
11
    },
11
    },
12
    'XML::LibXSLT' => {
12
    'XML::LibXSLT' => {
13
- 

Return to bug 14775