@@ -, +, @@ --- C4/XSLT.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/XSLT.pm +++ a/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 ); --