From a337e6d93f5cfa7979cb4b0ed3d3c4feeb0ebc4f 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 Signed-off-by: Kyle M Hall --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) 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.2.5