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

(-)a/C4/Installer/PerlDependencies.pm (-6 lines)
Lines 607-617 our $PERL_DEPS = { Link Here
607
        'required' => '0',
607
        'required' => '0',
608
        'min_ver'  => '2.13',
608
        'min_ver'  => '2.13',
609
    },
609
    },
610
    'Moose' => {
611
        'usage'    => 'Core',
612
        'required' => '0',
613
        'min_ver'  => '1.09',
614
      },
615
    'String::Random' => {
610
    'String::Random' => {
616
        'usage'    => 'OpacSelfRegistration',
611
        'usage'    => 'OpacSelfRegistration',
617
        'required' => '1',
612
        'required' => '1',
618
- 

Return to bug 12538