Bug 27673: (QA follow-up) Remove unused YAML::XS import
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Thu, 11 Feb 2021 14:49:18 +0000 (14:49 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Feb 2021 13:54:50 +0000 (14:54 +0100)
The last use of this module was removed in commit
"Bug 27673: Fix encoding issues - Dump".

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
reports/reserves_stats.pl

index b041b1b..23b4229 100755 (executable)
@@ -34,7 +34,6 @@ use Koha::ItemTypes;
 use Koha::Libraries;
 use Koha::Patron::Categories;
 use List::MoreUtils qw/any/;
-use YAML::XS;
 
 =head1 NAME