Subject: | Make Load() and Dump() compatible with YAML.pm |
YAML::Syck::Dump() is not compatible with YAML::Dump().
YAML::Syck::Load() is not compatible with YAML::Load().
One should return a null string, and then second should return a null
array. Instead, YAML::Yyck throws errors.
Adam K