Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.