From a27f01076cad5459d008f81db116bf5b62198b3b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 17 Feb 2013 08:32:46 +1300 Subject: [PATCH] Bug 9611: add Crypt::Eksblowfish::Bcrypt to list of Perl dependencies Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Mason James Signed-off-by: Galen Charlton --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index ca220aa..1201fc2 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -689,6 +689,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.22', }, + 'Crypt::Eksblowfish::Bcrypt' => { + 'usage' => 'Password storage', + 'required' => '1', + 'min_ver' => '0.008', + }, }; 1; -- 1.7.10.4