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.
Oh, here's one: (Score:1)
Isn't what you've done known as, "Cut and paste" Coding" -
Wouldn't it be easier to tweak Yaml::Tiny a small bit (and give back the changes) to Do What You Need, keep it separate and just use it like you'd use any other module?
I ask this, because the above is what I've been told to do, but much much (much) smarter people than myself. I'd probably include the OP in this group of people. One of the problems is the difficulty in having such a module live a, "Dual Life" - you're b
!!!Dadadadadadadadadada [skazat.com]
Re:Oh, here’s one: (Score:1)
The reason is pretty much stated in his post: the name YAML::Tiny is controversial. A solution that relies on that module is therefore a non-starter.
Any time experienced people go against good practice, the reason is likely to be politics. Sometimes, technically unsound choices are the only alternative to complete standstill.
Re: (Score:1)
A benefit of using YAML::Tiny
!!!Dadadadadadadadadada [skazat.com]
Re: (Score:1)
It doesn't process YAML, for one, so the name's wrong.
Re:Oh, here’s one: (Score:1)
Reply to This
Parent
Re: (Score:1)
This is fallacious.
* YAML.pm is an incomplete YAML implementation (true)
* YAML::Tiny is an incomplete YAML implementation (true)
* YAML is a good enough implementation (largely accepted as true)
* therefore, YAML::Tiny is a good enough implementation (not largely accepted as true)
Re: (Score:1)
YAML::Tiny isn't a YAML parser not because it doesn't meet an arbitrary line in the sand somewhere. It isn't a YAML parser because it is incomplete and not spec-compliant.
I can live with that.
But to excuse the other (incomplete and non-spec compliant) parsers as well because they INTEND to meet the spec and are somehow "good enough" stinks of hypocrisy and semantic games.