From 64909f142680e20e9cc6762e56bc2a8f9c00a9d9 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 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. --- 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.9.1