Bugzilla – Attachment 116766 Details for
Bug 27673
Replace YAML with YAML::XS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27673: (QA follow-up) Remove unused YAML:XS import
Bug-27673-QA-follow-up-Remove-unused-YAMLXS-import.patch (text/plain), 899 bytes, created by
Joonas Kylmälä
on 2021-02-11 15:32:40 UTC
(
hide
)
Description:
Bug 27673: (QA follow-up) Remove unused YAML:XS import
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-02-11 15:32:40 UTC
Size:
899 bytes
patch
obsolete
>From d78c2e72d18ac3bcb3074d5209f832cd0b98d532 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Thu, 11 Feb 2021 14:49:18 +0000 >Subject: [PATCH] Bug 27673: (QA follow-up) Remove unused YAML:XS import >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The last use of this module was removed in commit >"Bug 27673: Fix encoding issues - Dump". > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > reports/reserves_stats.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/reports/reserves_stats.pl b/reports/reserves_stats.pl >index b041b1bf77..23b42290aa 100755 >--- a/reports/reserves_stats.pl >+++ b/reports/reserves_stats.pl >@@ -34,7 +34,6 @@ use Koha::ItemTypes; > use Koha::Libraries; > use Koha::Patron::Categories; > use List::MoreUtils qw/any/; >-use YAML::XS; > > =head1 NAME > >-- >2.11.0
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 27673
:
116670
|
116675
|
116694
|
116695
|
116696
|
116737
|
116738
|
116739
|
116740
|
116762
|
116763
|
116764
|
116765
|
116766
|
116778
|
116835
|
116929
|
116990