Bug 39159

Summary: Remove useless autouse in C4/Koha.pm
Product: Koha Reporter: David Cook <dcook>
Component: Architecture, internals, and plumbingAssignee: David Cook <dcook>
Status: Pushed to main --- QA Contact: Lisette Scheer <lisette>
Severity: trivial    
Priority: P5 - low CC: lisette
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Attachments: Bug 39159: Remove useless autouse line
Bug 39159: Remove useless autouse line
Bug 39159: Remove useless autouse line

Description David Cook 2025-02-19 01:32:54 UTC
I just noticed the following line in C4/Koha.pm:

use autouse 'Data::cselectall_arrayref' => qw(Dumper);

It looks like a mistake added by bug 10937
Comment 1 David Cook 2025-02-19 05:15:25 UTC Comment hidden (obsolete)
Comment 2 Magnus Enger 2025-02-26 08:18:28 UTC
Created attachment 178704 [details] [review]
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 <magnus@libriotech.no>
Followed the test plan, works as advertised.
Comment 3 Lisette Scheer 2025-02-28 18:16:44 UTC
Created attachment 178869 [details] [review]
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 <magnus@libriotech.no>
Followed the test plan, works as advertised.
Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com>
Comment 4 Katrin Fischer 2025-03-07 14:43:00 UTC
Pushed for 25.05!

Well done everyone, thank you!