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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 893-898 our $PERL_DEPS = { Link Here
893
        required => '1',
893
        required => '1',
894
        min_ver  => '0.37',
894
        min_ver  => '0.37',
895
    },
895
    },
896
    'Array::Utils' => {
897
        usage    => 'Plugin system',
898
        required => '1',
899
        min_ver  => '0.5',
900
    },
896
};
901
};
897
902
898
1;
903
1;
899
- 

Return to bug 26434