Bug 18276: [QA Follow-up] Two newlines to make qa tools happy
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 30 Jun 2017 08:58:28 +0000 (10:58 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Jul 2017 15:22:56 +0000 (12:22 -0300)
FAIL pod Apparent command =cut not preceded by blank line in file misc/cronjobs/advance_notices.pl
FAIL pod Apparent command =cut not preceded by blank line in file C4/SIP/ILS/Item.pm

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/SIP/ILS/Item.pm
misc/cronjobs/advance_notices.pl

index 49611d7..7f19e9d 100644 (file)
@@ -67,6 +67,7 @@ use Koha::Items;
         hold_queue => [],
     },
 );
+
 =cut
 
 sub new {
index 3fc57c5..c367446 100755 (executable)
@@ -163,6 +163,7 @@ any field from the branches table
 
 The F<misc/cronjobs/overdue_notices.pl> program allows you to send
 messages to patrons when their messages are overdue.
+
 =cut
 
 binmode( STDOUT, ':encoding(UTF-8)' );