| Config::YAMLMacros::YAML - small wrapper for YAML::Syck to improve error reporting |
Config::YAMLMacros::YAML - small wrapper for YAML::Syck to improve error reporting
use Config::YAMLMacros::YAML;
$obj = LoadFile("file"); @objs = LoadFile("file");
$obj = Load("--- yaml here"); @objs = Load("--- yaml here");
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.
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 |