From b2660a280d413a95aeb906094bf0298a6561810f Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 20 Aug 2015 10:52:59 +1200 Subject: [PATCH] Bug 8753 - [followup] POD cleanup Content-Type: text/plain; charset=utf-8 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 Veron Signed-off-by: Marcel de Rooy --- 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