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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 832-837 our $PERL_DEPS = { Link Here
832
        'required' => '0',
832
        'required' => '0',
833
        'min_ver'  => '0.01'
833
        'min_ver'  => '0.01'
834
    },
834
    },
835
    'Bytes::Random::Secure' => {
836
        usage => 'Core',
837
        required => 1,
838
        min_ver => '0.28',
839
    },
835
};
840
};
836
841
837
1;
842
1;
838
- 

Return to bug 16929