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.
explain() should be in Test::More core (Score:1)
Thanks for posting this. In 2005 I provided a patch for an explain() equivalent to Test::More, but it was never added:
http://rt.cpan.org/Public/Bug/Display.html?id=14764 [cpan.org]
It's such a sensible, helpful feature, I don't understand why it remains a feature which people continue to have to rediscover and patch themselves.
Re:explain() should be in Test::More core (Score:2)
It's getting to the point where I'm thinking about just releasing a custom Test::More::Extra (or something) to handle this stuff. The problem is figuring out which test modules are the most common. Just choosing mine seems a bit cheeky.
Reply to This
Parent