Bugzilla – Attachment 189985 Details for
Bug 36350
Add subclass of Koha::Objects that provides caching for find and search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36350: Remove unused import
Bug-36350-Remove-unused-import.patch (text/plain), 707 bytes, created by
David Nind
on 2025-11-26 19:57:10 UTC
(
hide
)
Description:
Bug 36350: Remove unused import
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-11-26 19:57:10 UTC
Size:
707 bytes
patch
obsolete
>From 5ba51f2b0e303f369f2a779cc88dc8100c5ceaae Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Fri, 28 Feb 2025 15:50:30 +0100 >Subject: [PATCH] Bug 36350: Remove unused import > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Object/CachedExpiration.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Object/CachedExpiration.pm b/Koha/Object/CachedExpiration.pm >index cfc1936c3c..4e1b4b09ea 100644 >--- a/Koha/Object/CachedExpiration.pm >+++ b/Koha/Object/CachedExpiration.pm >@@ -2,7 +2,6 @@ package Koha::Object::CachedExpiration; > > use parent qw( Koha::Object Koha::Objects::Cached::Base ); > use Modern::Perl; >-use Data::Dumper; > > =head1 NAME > >-- >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 36350
:
163357
|
163361
|
163857
|
163858
|
163872
|
163873
|
163874
|
163945
|
177311
|
177370
|
177371
|
177379
|
178729
|
178835
|
178837
|
179331
|
179332
|
179333
|
179342
|
179343
|
179344
|
189934
|
189935
|
189936
|
189956
|
189957
|
189958
|
189983
|
189984
| 189985