From 419e307f49f218505092dc8c93bf8bee380105b8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 17 Feb 2010 05:02:42 -0500 Subject: [PATCH] bug 4151: replace dep on YAML::XS with YAML::Syck YAML::Syck is also fast, and dropped YAML::XS means we don't have to add a formal dependency on it. Signed-off-by: Galen Charlton --- opac/oai.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/oai.pl b/opac/oai.pl index 36c15e7faf..02ffdf6b57 100755 --- a/opac/oai.pl +++ b/opac/oai.pl @@ -373,7 +373,7 @@ use HTTP::OAI::Repository qw/:validate/; use XML::SAX::Writer; use XML::LibXML; use XML::LibXSLT; -use YAML::XS qw( LoadFile ); +use YAML::Syck qw( LoadFile ); use CGI qw/:standard -oldstyle_urls/; use C4::Context; -- 2.39.2