From dc8872c175f2b1016583ba9a2c05e54bca671994 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 --- C4/Koha.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 39e543b71d..d97172e333 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