The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::YAMLMacros::YAML - small wrapper for YAML::Syck to improve error reporting

SYNOPSIS

 use Config::YAMLMacros::YAML;

 $obj = LoadFile("file");
 @objs = LoadFile("file");

 $obj = Load("--- yaml here");
 @objs = Load("--- yaml here");

DESCRIPTION

Error reporting from the various YAML modules is worse than lousy. This module is a light-weight wrapper for YAML::Syck that tries to provide a bit of context for reported errors.

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.