Bugzilla – Attachment 170427 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.18 KB, created by
Marcel de Rooy
on 2024-08-16 06:48:07 UTC
(
hide
)
Description:
Bug 37647: Remove Text::CSV_XS import
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-08-16 06:48:07 UTC
Size:
1.18 KB
patch
obsolete
>From 9edb7a3dfd4b3a7949084c1ea6723d0bdc843d1e 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.30.2
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