SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-constant-boolean rpm build for : OpenSuSE. For other distributions click perl-constant-boolean.

Name : perl-constant-boolean
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 20:24:38
Group : Development/Libraries/Perl Source RPM : perl-constant-boolean-0.02-lp155.1.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
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
Test::Pod::Coverage, 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 namespace::clean.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-constant-boolean-0.02-lp155.1.1.noarch.rpm
     

Provides :
perl(constant::boolean)
perl-constant-boolean

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Symbol::Util) >= 0.02
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/constant
/usr/lib/perl5/vendor_perl/5.26.1/constant/boolean.pm
/usr/share/doc/packages/perl-constant-boolean
/usr/share/doc/packages/perl-constant-boolean/Changes
/usr/share/doc/packages/perl-constant-boolean/README
/usr/share/licenses/perl-constant-boolean
/usr/share/licenses/perl-constant-boolean/LICENSE
/usr/share/man/man3/constant::boolean.3pm.gz

 
ICM