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

(-)a/C4/Installer/PerlDependencies.pm (-2 / +1 lines)
Lines 631-637 our $PERL_DEPS = { Link Here
631
      },
631
      },
632
    'String::Random' => {
632
    'String::Random' => {
633
        'usage'    => 'OpacSelfRegistration',
633
        'usage'    => 'OpacSelfRegistration',
634
        'required' => '0',
634
        'required' => '1',
635
        'min_ver'  => '0.22',
635
        'min_ver'  => '0.22',
636
    },
636
    },
637
};
637
};
638
- 

Return to bug 9734