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
Created attachment 178303 [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
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.
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>
Pushed for 25.05! Well done everyone, thank you!