Bug 9611: (follow-up) fix POD
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 28 Sep 2013 23:45:04 +0000 (20:45 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 23:01:46 +0000 (23:01 +0000)
Small patch to make koha-qa happy.
Fixes small POD error

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth.pm

index 829f26a..8be42ca 100644 (file)
@@ -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<weak> is recommend,
@@ -1494,8 +1496,6 @@ For generating a server-salt a C<$strength> of C<strong> 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