How to Install and Uninstall perl-constant-boolean Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "perl-constant-boolean" package
Learn how to install perl-constant-boolean on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-constant-boolean
Copied
2. Uninstall "perl-constant-boolean" package
Please follow the guidance below to uninstall perl-constant-boolean on openSuSE Tumbleweed:
$
sudo zypper remove
perl-constant-boolean
Copied
3. Information about the perl-constant-boolean package on openSuSE Tumbleweed
Information for package perl-constant-boolean:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-constant-boolean
Version : 0.02-9.31
Arch : noarch
Vendor : openSUSE
Installed Size : 29.5 KiB
Installed : No
Status : not installed
Source package : perl-constant-boolean-0.02-9.31.src
Upstream URL : http://search.cpan.org/dist/constant-boolean/
Summary : Define TRUE and FALSE constants.
Description :
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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-constant-boolean
Version : 0.02-9.31
Arch : noarch
Vendor : openSUSE
Installed Size : 29.5 KiB
Installed : No
Status : not installed
Source package : perl-constant-boolean-0.02-9.31.src
Upstream URL : http://search.cpan.org/dist/constant-boolean/
Summary : Define TRUE and FALSE constants.
Description :
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.