From 25e1437e05e789b620e940b8d21609bffa58ad1b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 30 Jun 2017 10:58:28 +0200 Subject: [PATCH] Bug 18276: [QA Follow-up] Two newlines to make qa tools happy 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 --- C4/SIP/ILS/Item.pm | 1 + misc/cronjobs/advance_notices.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm index 9f007a796c..e8e04e1b74 100644 --- a/C4/SIP/ILS/Item.pm +++ b/C4/SIP/ILS/Item.pm @@ -65,6 +65,7 @@ use Koha::Items; hold_queue => [], }, ); + =cut sub new { diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl index 3fc57c5bcb..c367446b32 100755 --- a/misc/cronjobs/advance_notices.pl +++ b/misc/cronjobs/advance_notices.pl @@ -163,6 +163,7 @@ any field from the branches table The F program allows you to send messages to patrons when their messages are overdue. + =cut binmode( STDOUT, ':encoding(UTF-8)' ); -- 2.11.0