On Thu, May 10, 2001 at 07:31:18PM +0100, Michael G Schwern wrote:
> I'm running into alot of problems with this:
>
> use Test::Simple tests => 42;
>
> The problem is, Test::Simple expects you to specify the number of
> tests when you load it and thus *at your script's compile time*. It
> also means that the '1..N' line is printed at compile time. This has
> the awful side-effect of "perl -cw test.pl" printing out the 1..N.
> Just bouncing the idea out there. Thoughts?
React to $^C begin set by not emitting anything?
SelfTest dues the opposite: it runs the tests id -c is present.
- Barrie