From 4c128093d4a1600eb399f213bd71e2bfc7e749bc Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 18 Oct 2021 16:15:16 +0100 Subject: [PATCH] Bug 11175: (QA follow-up) Drop useless use We no longer need Encode in he XSLT module --- C4/XSLT.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index b19f155728..05b90d431a 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -22,7 +22,6 @@ package C4::XSLT; # along with Koha; if not, see . use Modern::Perl; -use Encode qw(decode); use C4::Context; use C4::Koha qw( xml_escape ); -- 2.20.1