Bug 21662: (follow-up) Drop YAML::XS, use YAML
[koha-equinox.git] / about.pl
index 8b1a55b..62d15ed 100755 (executable)
--- 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;