From ff99e6451765ff056b17d985c929bdf10b9dcd2b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 11 Jan 2019 15:19:02 -0300 Subject: [PATCH] Bug 21727: (QA follow-up) Fix POD encoding Signed-off-by: Nick Clemens --- Koha/Account/Line.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 502499a8a7..529b625d02 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -29,6 +29,8 @@ use Koha::Items; use base qw(Koha::Object); +=encoding utf8 + =head1 NAME Koha::Account::Line - Koha accountline Object class -- 2.39.2