Description
Boolean values can be represented explicitly in Perl code instead of relying only on truthy and falsy conventions. Developers use this module when APIs, serialization, or data models need clear true and false objects. It is library code and has no standalone interface.