SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-constant-boolean
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.60 Date : 2024-08-05 20:13:51
Group : Development/Libraries/Perl Source RPM : perl-constant-boolean-0.02-1.60.src.rpm
Size : 0.02 MB
Packager : (none)
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/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

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

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

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Symbol::Util) >= 0.02
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/constant
/usr/lib/perl5/vendor_perl/5.40.0/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