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.
Why use use_ok, require_ok at all? (Score:2)
Ilya Martynov (http://martynov.org/ [martynov.org])
Re: (Score:1)
Agreed.
Another approach... (Score:1)
That way I get a full report on load failures, and the rest of the tests can totally ignore the issue and load normally.
Re: (Score:2)
That's what I've done with Test::Harness [cpan.org], but this isn't my code base.
Re: (Score:1)
And I believe we already have a test file that loads all modules, but I'm not 100% certain (well, you shouldn't trust anything I say today anyway 8^)