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: (Score:1)
Re: (Score:1)
If you read the manpage from the first to the last line you still have no idea what this small, simple subset actually is. Whenever you have a small, simple YAML file that fails, or a small simple perl data structure that cannot be represented in YAML via YAML::Tiny, you cannot tell if it fails because of a bug or if it fails because the author has chosen to not implement some aspect of that small simple YAML file or that small, simple perl datast
Re:Specless (Score:1)
The same goes (for me) for YAML::Tiny -- I'll use it for the simple stuff where it works, and deal with any breakage when I see it. YAML's in a unique position here, because it tries harder than most markup to look simple, but it is also formally specified. Kind of like English -- I usually get it right when speaking it but, even as a native, I don't pretend to remember all the rules.
Reply to This
Parent