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.
Not enough! (Score:1)
What bothers me more is that I don't know what is YAML::Tiny supposed to parse. It is not yet specified. I think there should be a written spec first.
And then further problems: the META.yml specification clearly says that META.yml should
Re:Not enough! (Score:1)
Writing a spec for the format supported by YAML::Tiny seems like a sound idea, actually. Restricting
META.ymlto that subset of YAML, once written, sounds like a better choice to me than putting libsyck in the core. Dual-life modules are “interesting” enough without throwing XS into the mix.Reply to This
Parent