From 0d52457477a5d4354c5ad0ac8dc2459454e9d497 Mon Sep 17 00:00:00 2001
From: Liz Rea <liz@catalyst.net.nz>
Date: Thu, 20 Aug 2015 10:52:59 +1200
Subject: [PATCH] Bug 8753 - [followup] POD cleanup
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Check to make sure the messages from the qa checker are gone.

Note I'm not sure about this one because my test tools are apparently broken, and I can't get the error to manifest.

Amended patch by Jonathan Druart: Add a blank line before =head2
It now passes.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
---
 C4/Passwordrecovery.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/C4/Passwordrecovery.pm b/C4/Passwordrecovery.pm
index f90d27c..3d2519e 100644
--- a/C4/Passwordrecovery.pm
+++ b/C4/Passwordrecovery.pm
@@ -153,6 +153,7 @@ sub SendPasswordRecoveryEmail {
 
     return 1;
 }
+
 =head2 CompletePasswordRecovery
 
     $bool = CompletePasswordRevovery($uuid);
@@ -160,6 +161,7 @@ sub SendPasswordRecoveryEmail {
     Deletes a password recovery entry.
 
 =cut
+
 sub CompletePasswordRecovery{
     my $uniqueKey = shift;
     my $model = Koha::Database->new->schema->resultset('BorrowerPasswordRecovery');
@@ -169,4 +171,4 @@ sub CompletePasswordRecovery{
 
 END { }    # module clean-up code here (global destructor)
 
-1;
\ No newline at end of file
+1;
-- 
1.7.10.4