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

(-)a/C4/Installer/PerlDependencies.pm (-3 / +2 lines)
Lines 773-780 our $PERL_DEPS = { Link Here
773
        'min_ver'  => '0.05',
773
        'min_ver'  => '0.05',
774
    },
774
    },
775
    'Mojolicious' => {
775
    'Mojolicious' => {
776
        'usage'    => 'REST API',
776
        'usage'    => 'REST API and Koha::Object',
777
        'required' => '0',
777
        'required' => '1',
778
        'min_ver'  => '6.0',
778
        'min_ver'  => '6.0',
779
    },
779
    },
780
    'Swagger2' => {
780
    'Swagger2' => {
781
- 

Return to bug 18326