From 9e5c5b9fba2af0cabc1f36ebb9d48615a52136ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Thu, 11 Feb 2021 14:49:18 +0000 Subject: [PATCH] Bug 27673: (QA follow-up) Remove unused YAML::XS import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last use of this module was removed in commit "Bug 27673: Fix encoding issues - Dump". Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart --- reports/reserves_stats.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/reports/reserves_stats.pl b/reports/reserves_stats.pl index b041b1bf77..23b42290aa 100755 --- a/reports/reserves_stats.pl +++ b/reports/reserves_stats.pl @@ -34,7 +34,6 @@ use Koha::ItemTypes; use Koha::Libraries; use Koha::Patron::Categories; use List::MoreUtils qw/any/; -use YAML::XS; =head1 NAME