From ac718ea4912a4da21c81e9f9398cb5b977f01822 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 Content-Type: text/plain; charset=utf-8 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 9f007a7..e8e04e1 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 3fc57c5..c367446 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.1.4