From 1a7511f76d5e80f9e9eb3d37c74c66548685148a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Delaune?= Date: Mon, 10 Feb 2014 10:52:59 +0100 Subject: [PATCH] Bug 11730: C4-Charset call C4-Context without use it Signed-off-by: Chris Cormack --- C4/Charset.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Charset.pm b/C4/Charset.pm index 2968b5e..acad92a 100644 --- a/C4/Charset.pm +++ b/C4/Charset.pm @@ -22,6 +22,7 @@ use warnings; use MARC::Charset qw/marc8_to_utf8/; use Text::Iconv; +use C4::Context; use C4::Debug; use Unicode::Normalize; -- 1.8.5.3