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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +10 lines)
Lines 634-639 our $PERL_DEPS = { Link Here
634
        'required' => '0',
634
        'required' => '0',
635
        'min_ver'  => '0.22',
635
        'min_ver'  => '0.22',
636
    },
636
    },
637
    'Crypt::Eksblowfish::Bcrypt' => {
638
        'usage'    => 'Password storage',
639
        'required' => '1',
640
        'min_ver'  => '0.008',
641
      },
642
      'Crypt::Random::Source' => {
643
        'usage'    => 'Password storage',
644
        'required' => '1',
645
        'min_ver'  => '0.07',
646
      },
637
};
647
};
638
648
639
1;
649
1;
640
- 

Return to bug 9611