From b98caf35fd9d4b1147b3ee9dc8428cb3b584012e Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 28 Sep 2013 20:45:04 -0300 Subject: [PATCH] Bug 9611 - followup to fix POD Small patch to make koha-qa happy. Fixes small POD error Signed-off-by: Bernardo Gonzalez Kriegel --- C4/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 829f26a..8be42ca 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1486,6 +1486,8 @@ sub hash_password { use C4::Auth; my $salt = C4::Auth::generate_salt($strength, $length); +=over + =item strength For general password salting a C<$strength> of C is recommend, @@ -1494,8 +1496,6 @@ For generating a server-salt a C<$strength> of C is recommended 'strong' uses /dev/random which may block until sufficient entropy is acheived. 'weak' uses /dev/urandom and is non-blocking. -=back - =item length C<$length> is a positive integer which specifies the desired length of the returned string -- 1.7.9.5