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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 689-694 our $PERL_DEPS = { Link Here
689
        'required' => '1',
689
        'required' => '1',
690
        'min_ver'  => '0.22',
690
        'min_ver'  => '0.22',
691
    },
691
    },
692
    'Crypt::Eksblowfish::Bcrypt' => {
693
        'usage'    => 'Password storage',
694
        'required' => '1',
695
        'min_ver'  => '0.008',
696
    },
692
};
697
};
693
698
694
1;
699
1;
695
- 

Return to bug 9611