Current Directory: /usr/local/lib64/perl5/5.32/YAML/XS
Viewing File: /usr/local/lib64/perl5/5.32/YAML/XS/LibYAML.pm
package YAML::XS::LibYAML;
use 5.008001;
use strict;
use warnings;
use XSLoader;
XSLoader::load 'YAML::XS::LibYAML';
use base 'Exporter';
our @EXPORT_OK = qw(Load Dump);
1;
=head1 NAME
YAML::XS::LibYAML - An XS Wrapper Module of libyaml
=cut