From 585a1b6b56e54a77d0d14240aa4b2b0b95b72d28 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 Signed-off-by: Katrin Fischer --- reports/itemslost.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/itemslost.pl b/reports/itemslost.pl index cf5394bca2..f737e5b521 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.11.0