Bugzilla – Attachment 178303 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), 766 bytes, created by
David Cook
on 2025-02-19 05:15:25 UTC
(
hide
)
Description:
Bug 39159: Remove useless autouse line
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-02-19 05:15:25 UTC
Size:
766 bytes
patch
obsolete
>From dc8872c175f2b1016583ba9a2c05e54bca671994 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 >--- > 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
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