YAML::XS::LibYAML - An XS Wrapper Module of libyaml


YAML-LibYAML documentation Contained in the YAML-LibYAML distribution.

Index


Code Index:

NAME

Top

YAML::XS::LibYAML - An XS Wrapper Module of libyaml


YAML-LibYAML documentation Contained in the YAML-LibYAML distribution.

package YAML::XS::LibYAML;
use 5.008003;
use strict;
use warnings;

use XSLoader;
XSLoader::load 'YAML::XS::LibYAML';
use base 'Exporter';

our @EXPORT_OK = qw(Load Dump);

1;