perl-constant-boolean

Define TRUE and FALSE constants.

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.

Ei virallista pakettia saatavilla: openSUSE Leap 15.5

Jakelut

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

RedHat RHEL-7

Ei-tuetut jakelut

Seuraavia jakeluja ei virallisesti tueta. Käytä näitä paketteja omalla vastuullasi.