Bugzilla – Attachment 178704 Details for
Bug 39159
Remove useless autouse in C4/Koha.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39159: Remove useless autouse line
Bug-39159-Remove-useless-autouse-line.patch (text/plain), 863 bytes, created by
Magnus Enger
on 2025-02-26 08:18:28 UTC
(
hide
)
Description:
Bug 39159: Remove useless autouse line
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2025-02-26 08:18:28 UTC
Size:
863 bytes
patch
obsolete
>From 0411f8aa28d9d95defbfbb4ed5dfefa610ec172e Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >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 <magnus@libriotech.no> >Followed the test plan, works as advertised. >--- > 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.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39159
:
178303
|
178704
|
178869