[Koha-patches] [PATCH] bug 4151: replace dep on YAML::XS with YAML::Syck

Galen Charlton gmcharlt at gmail.com
Wed Feb 17 11:03:53 CET 2010


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 <gmcharlt at gmail.com>
---
 opac/oai.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opac/oai.pl b/opac/oai.pl
index 36c15e7..02ffdf6 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;
-- 
1.6.3.3




More information about the Koha-patches mailing list