From 80554627e39426379b563ba8287cbdaedfc410b1 Mon Sep 17 00:00:00 2001
From: Chris Cormack <chris@bigballofwax.co.nz>
Date: Sun, 17 Feb 2013 08:32:46 +1300
Subject: [PATCH] [SIGNED-OFF] Bug 9611: add Crypt::Eksblowfish::Bcrypt to
 list of Perl dependencies

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
---
 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.9.5