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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 872-877 our $PERL_DEPS = { Link Here
872
        'required' => '0',
872
        'required' => '0',
873
        'min_ver'  => '0.17',
873
        'min_ver'  => '0.17',
874
    },
874
    },
875
    'CGI::Emulate::PSGI' => {
876
        usage    => 'Plack',
877
        required => '1',
878
        min_ver  => '0.20',
879
    },
875
};
880
};
876
881
877
1;
882
1;
878
- 

Return to bug 20693