NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Specless (Score:1)
YAML::Tiny is a misnomer and should be abandoned unless it is intending to become compliant to the YAML spec.
Did you ever answer http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-06/msg00783.html [mpe.mpg.de]
?
Re:Specless (Score:1)
YAML::Syck is not compliant with the YAML spec.
There's a number of instances in YAML::Tiny's comparative tests where I've had to skip comparisons with those modules because they fail.
YAML::Tiny is quite clear about what it is, a module that supports reading and writing of the block-mode JSON-subset of the YAML specification.
Reply to This
Parent
Re: (Score:1)
About the JSON-subset: where can I read this? I grepped the documentation and could not find a reference to it.
I am not against a tiny implementation of YAML, but it should go together with a tiny spec.
Re: (Score:1)