Bugzilla – Attachment 89213 Details for
Bug 21662
Missing developers from history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21662: (follow-up) Drop YAML::XS, use YAML
Bug-21662-follow-up-Drop-YAMLXS-use-YAML.patch (text/plain), 785 bytes, created by
Martin Renvoize (ashimema)
on 2019-05-02 09:46:34 UTC
(
hide
)
Description:
Bug 21662: (follow-up) Drop YAML::XS, use YAML
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-02 09:46:34 UTC
Size:
785 bytes
patch
obsolete
>From c991335710355b8dfee06070c6264d0aa6e76650 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 2 May 2019 08:03:23 +0100 >Subject: [PATCH] Bug 21662: (follow-up) Drop YAML::XS, use YAML > >I mistakenly left us using YAML::XS when we don't already depend upon >it. YAML is a sufficent alternative that we do already require. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > about.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/about.pl b/about.pl >index 8b1a55bbf5..62d15edf16 100755 >--- a/about.pl >+++ b/about.pl >@@ -32,7 +32,7 @@ use XML::Simple; > use Config; > use Search::Elasticsearch; > use Try::Tiny; >-use YAML::XS qw/LoadFile/; >+use YAML qw/LoadFile/; > > use C4::Output; > use C4::Auth; >-- >2.20.1
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 21662
:
81466
|
81467
|
81468
|
81469
|
82367
|
82368
|
82369
|
87759
|
87760
|
87761
|
87762
|
88098
|
88099
|
88100
|
88101
|
88479
|
88480
|
88481
|
88482
|
88485
|
88486
|
88869
|
88870
|
88871
|
88872
|
88873
|
88898
|
88899
|
88900
|
88901
|
88902
|
89180
|
89181
|
89182
|
89183
|
89184
|
89199
|
89200
|
89201
|
89202
|
89203
|
89204
|
89205
|
89208
|
89209
|
89210
|
89211
|
89212
|
89213
|
89214
|
89215
|
89284
|
89285
|
89286
|
89287
|
89288
|
89289
|
89290
|
89291
|
89292
|
89293
|
89294
|
89302
|
89303
|
89610
|
89898
|
89908