From 8108a7d0af1814d1ec4e3dab34bd6b91f030711e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 18 Oct 2017 19:49:31 -0300 Subject: [PATCH] Bug 9573: Add missing use statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Katrin Fischer Signed-off-by: Séverine QUEUNE Signed-off-by: Séverine QUEUNE --- reports/itemslost.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/itemslost.pl b/reports/itemslost.pl index cf5394b..f737e5b 100755 --- a/reports/itemslost.pl +++ b/reports/itemslost.pl @@ -29,6 +29,7 @@ use strict; use warnings; use CGI qw ( -utf8 ); +use Text::CSV_XS; use C4::Auth; use C4::Output; use C4::Biblio; -- 2.7.4