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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 893-898 our $PERL_DEPS = { Link Here
893
        required => '0',
893
        required => '0',
894
        min_ver  => '0.16',
894
        min_ver  => '0.16',
895
    },
895
    },
896
    'CGI::Emulate::PSGI' => {
897
        usage    => 'Plack',
898
        required => '1',
899
        min_ver  => '0.20',
900
    },
896
};
901
};
897
902
898
1;
903
1;
899
- 

Return to bug 20693