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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 812-817 our $PERL_DEPS = { Link Here
812
        'required' => '1',
812
        'required' => '1',
813
        'min_ver'  => '3.0',
813
        'min_ver'  => '3.0',
814
    },
814
    },
815
    'Bytes::Random::Secure' => {
816
        usage => 'Core',
817
        required => 1,
818
        min_ver => '0.29',
819
    },
815
};
820
};
816
821
817
1;
822
1;
818
- 

Return to bug 16929