All the Perl that's Practical to Extract and Report
I fixed the "bug" in Acme::Don't. To explain the bug, here are my additions to the test suite:
Acme::Don't
$won't = 0; don't { print "ok 6\n" } if $won't; my $will = 1; don't { print "ok 7\n" } unless $will;