Bugzilla – Attachment 170344 Details for
Bug 37647
Unnecessary use of Text::CSV_XS in Koha/REST/V1/ERM/EHoldings/Titles/Local.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37647: Remove Text::CSV_XS import
Bug-37647-Remove-TextCSVXS-import.patch (text/plain), 1.10 KB, created by
Jake Deery
on 2024-08-15 09:58:53 UTC
(
hide
)
Description:
Bug 37647: Remove Text::CSV_XS import
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2024-08-15 09:58:53 UTC
Size:
1.10 KB
patch
obsolete
>From 690a71f2713254121cb8f0272dcb45d12b6228f8 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 15 Aug 2024 09:37:10 +0000 >Subject: [PATCH] Bug 37647: Remove Text::CSV_XS import > >There is an unnecessary import that has been left over from when KBART file processing logic was being handled directly in the API controller. This patch removes that import as it is no longer needed > >Test plan: >1) Look at the patch diff and confirm that the import for Text::CSV_XS has been removed > >Signed-off-by: Jake Deery <jake.deery@ptfs-europe.com> >--- > Koha/REST/V1/ERM/EHoldings/Titles/Local.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm b/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm >index f2cf4c3370..c45d4d6914 100644 >--- a/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm >+++ b/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm >@@ -27,7 +27,6 @@ use Scalar::Util qw( blessed ); > use Try::Tiny qw( catch try ); > use MIME::Base64 qw( decode_base64 encode_base64 ); > use POSIX qw( floor ); >-use Text::CSV_XS; > > =head1 API > >-- >2.39.3 (Apple Git-146)
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 37647
:
170343
|
170344
|
170427