From e9ec1115ef0a0644836393755a01d4cb269c114c 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 : Updating dependencies

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

No comment.
---
 C4/Installer/PerlDependencies.pm |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index 41fa8db..2349a1f 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -634,6 +634,16 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.22',
     },
+    'Crypt::Eksblowfish::Bcrypt' => {
+        'usage'    => 'Password storage',
+        'required' => '1',
+        'min_ver'  => '0.008',
+      },
+      'Crypt::Random::Source' => {
+        'usage'    => 'Password storage',
+        'required' => '1',
+        'min_ver'  => '0.07',
+      },
 };
 
 1;
-- 
1.7.9.5