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


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 the YAML::Syck manpage 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.

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