bug 4151: replace dep on YAML::XS with YAML::Syck
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Feb 2010 10:02:42 +0000 (05:02 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Feb 2010 10:04:02 +0000 (05:04 -0500)
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@gmail.com>
opac/oai.pl

index 36c15e7..02ffdf6 100755 (executable)
@@ -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;