From e9e0ca6dcd821b011be7f51a0dd1782af8718e7e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 2 May 2019 08:03:23 +0100 Subject: [PATCH] Bug 21662: (follow-up) Drop YAML::XS, use YAML Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- 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.11.0