From 34be5d9a836a0047ac266e27ba886a431652d3b8 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 --- 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.20.1