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
Thursday May 02, 2002
04:15 PM
I am a sick man
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;
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I am a sick man 0 Comments More | Login | Reply /