Package Info

perl-constant-boolean


Define TRUE and FALSE constants.


Development/Libraries/Perl

Defines 'TRUE' and 'FALSE' constants in caller's namespace. You could use simple values like empty string or zero for false, or any non-empty and non-zero string value as true, but the 'TRUE' and 'FALSE' constants are more descriptive.

It is virtually the same as:

use constant TRUE => !! 1; use constant FALSE => !! '';

The constants exported by 'constant::boolean' are not reported by the Test::Pod::Coverage manpage, so it is more convenient to use this module than to define 'TRUE' and 'FALSE' constants by yourself.

The constants can be removed from class API with 'no constant::boolean' pragma or some universal tool like the namespace::clean manpage.


License: Artistic-1.0 or GPL-1.0+
URL: http://search.cpan.org/dist/constant-boolean/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.02-bp155.2.8 info GA Release 2023-05-17 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp154.1.17 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp153.1.12 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp152.3.16 info GA Release 2020-04-16 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp151.3.1 info GA Release 2019-07-16 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp151.2.12 info GA Release 2019-05-18 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean
0.02-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-constant-boolean