Bug 9611: add Crypt::Eksblowfish::Bcrypt to list of Perl dependencies
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 16 Feb 2013 19:32:46 +0000 (08:32 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 22:22:32 +0000 (22:22 +0000)
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Installer/PerlDependencies.pm

index ca220aa..1201fc2 100644 (file)
@@ -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;