123456789101112 use Acme::Boolean;use Test::More;plan tests => 7;ok !untrue;ok !wrong;ok !incorrect;ok !errorneous;ok !fallacious;ok !untruthful;ok !nah;
use
Acme::Boolean;
Test::More;
plan
tests
=> 7;
ok !untrue;
ok !wrong;
ok !incorrect;
ok !errorneous;
ok !fallacious;
ok !untruthful;
ok !nah;