From a6fbf0a61f911a62de5b440abb3b52a66bc8cfb1 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] Bug 9611 : Updating dependencies
Content-Type: text/plain; charset="utf-8"
http://koha-community.org

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

No comment.
Signed-off-by: Mason James <mtj@kohaaloha.com>
---
 C4/Installer/PerlDependencies.pm |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

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.2.5