I am a sick man

Simon on 2002-05-02T21:15:43

I fixed the "bug" in Acme::Don't. To explain the bug, here are my additions to the test suite:

$won't = 0;
don't { print "ok 6\n" } if $won't;

my $will = 1;
don't { print "ok 7\n" } unless $will;