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.
I say make it a dependency (Score:2)
I think Test::Simple should be marked as a dependency. It really is needed to run the basic tests to confirm the module works. If you need other more esoteric Test::* modules then test scripts which degrade gracefully may be a good idea. Unfortunately, that would not allow you to take the fullest advantage of the the service provided by the wonderful CPAN-Testers team.
On a related note, many CPAN modules are also repackaged in RPM, .deb and related formats. These files are easier for Joe Public to ins
Re:I say make it a dependency (Score:2)
Well, I take for granted the fact that all CPAN testers have at least all the Test::* modules installed.
Reply to This
Parent
Re:I say make it a dependency (Score:2)
Yes, but surely that's largely as a result of those modules being listed as prerequisites in the distributions being tested.