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.
Ooops (Score:2)
Re: (Score:2)
That would be lovely, but don't feel too bad. I just released a new version of Test::JSON last night to fix the same issue :) There are lots and lots of test modules which have this issue and it's such a common anti-pattern that it's tough to blame anyone. Plus, at the time you wrote Test::XML, Test::Builder was still a singleton. How were you to know that the interface would have to change? (Er, or a subtle change in behavior, actually).
When I get some free time, I'm going to patch up Test::Builder to
Re: (Score:2)
Re: (Score:2)
Given that we use your module quite heavily hear at work, I appreciate this! Thanks :)