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.
clearly declared prerequisites? (Score:2)
You mentioned Log::Dispatch::LogTable which I can't find, but perhaps you meant Log::Dispatch::TextTable. (If not, ignore me).
The Makefile.PL for Log::Dispatch::TextTable lists Test::More as a prerequisite, but doesn't list Log::Dispatch. Am I missing something?
Re:clearly declared prerequisites? (Score:1)
Sigh!
Well, despite the fact that *I* am the idiot in this situation, the problem I described does exist, and does but me and other people, sometimes. Oh well. Let's save this rant for a future time when it's on point, and then I can just point at it, rather than complaining again.
rjbs
Blame the tools? (Score:2)
Oh, I have plenty of more gripes on the module installation tools, for example in their failing to notice that a required (non-perl) library is missing. Now, you only find out because of failing tests. Surely it must be possible to have the C compil
Relevance (Score:2)
In my opinion tests should not be run if prerequisites cannot be met, though missing prerequisites should be reported.
The test reporting interface is VERY open, but I think it is important that is remains open and easy to use.
jonasbn