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 normal economics (Score:2)
Some see a need for using TAP::Parser in Test::Harness and bought maintainers seem to be in agreement, if others don't like it there is always the source and a fork.
Re:not normal economics (Score:1)
It's about brick walls.
Tools are there to make "real" work more productive.
So when it comes to improving or extending tools, the question is one of whether or not it's going to be more expensive in mental effort and human time to extend the current tools, or to just do the job directly.
If tools are easy to extend, people will extend the tools, because that is going to be quicker compared to just doing the job directly. If they start to try to extend tools and hit some brick walls, or tricky coding, then it exceeds the maximum time available to write the tool in and they do the job directly.
This is also the beauty of the
Equally important is that they are one single
I've been using Config::Tiny a lot myself, but not YAML::Tiny is mostly working I keep looking at all my config code and thinking "You know, it would be SO EASY to just move those to YAML, and it would make life easier downstream".
Reply to This
Parent
Re: (Score:1)