Bug 8753 - [followup] POD cleanup
authorLiz Rea <liz@catalyst.net.nz>
Wed, 19 Aug 2015 22:52:59 +0000 (10:52 +1200)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 06:40:54 +0000 (06:40 +0000)
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 <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

C4/Passwordrecovery.pm

index f90d27c..3d2519e 100644 (file)
@@ -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;