From 1b2d42c2f86a5e76dc4d8e1c8de6feb5521d5ffb Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 19 Feb 2025 05:14:37 +0000 Subject: [PATCH] Bug 39159: Remove useless autouse line This patch removes a useless autouse line. Test plan: 0. Apply the patch 1. koha-plack --restart kohadev 2. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 3. Nothing blows up Signed-off-by: Magnus Enger Followed the test plan, works as advertised. Signed-off-by: Lisette Scheer --- C4/Koha.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 39e543b71d8..d97172e333f 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -28,7 +28,6 @@ use Koha::Libraries; use Koha::MarcSubfieldStructures; use Business::ISBN; use Business::ISSN; -use autouse 'Data::cselectall_arrayref' => qw(Dumper); our ( @ISA, @EXPORT_OK ); -- 2.39.5