NAME

Enum::Declare::Common::Bool - Boolean enum variants

SYNOPSIS

use Enum::Declare::Common::Bool;

say Yes;    # "yes"
say On;     # "on"
say True;   # 1
say False;  # 0
say Zero;   # 0
say One;    # 1

ENUMS

YesNo :Str :Export

Yes="yes", No="no".

OnOff :Str :Export

On="on", Off="off".

TrueFalse :Export

True=1, False=0.

AUTHOR

LNATION <email@lnation.org>

LICENSE AND COPYRIGHT

Copyright 2026 LNATION. Artistic License 2.0.