The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Acme::Boolean;
use Test::More;

plan tests => 7;

ok !untrue;
ok !wrong;
ok !incorrect;
ok !errorneous;
ok !fallacious;
ok !untruthful;
ok !nah;