From 0a8f7012535cb2f9e81e2cccb740476aad4f6c9d 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 Signed-off-by: Jonathan Druart --- 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.7.10.4