Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-constant-boolean-0.02-9.31 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-constant-boolean Distribution: openSUSE Tumbleweed
Version: 0.02 Vendor: openSUSE
Release: 9.31 Build date: Fri Feb 2 17:53:51 2024
Group: Development/Libraries/Perl Build host: i03-ch1c
Size: 30227 Source RPM: perl-constant-boolean-0.02-9.31.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/constant-boolean/
Summary: 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.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Mon Apr 04 2011 coolo@novell.com
  - initial package 0.02
    * created by cpanspec 1.78.03

Files

/usr/lib/perl5/vendor_perl/5.38.2/constant
/usr/lib/perl5/vendor_perl/5.38.2/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/LICENSE
/usr/share/doc/packages/perl-constant-boolean/README
/usr/share/doc/packages/perl-constant-boolean/xt
/usr/share/doc/packages/perl-constant-boolean/xt/check_changes.t
/usr/share/doc/packages/perl-constant-boolean/xt/consistent_version_numbers.t
/usr/share/doc/packages/perl-constant-boolean/xt/copyright.t
/usr/share/doc/packages/perl-constant-boolean/xt/cover.pl
/usr/share/doc/packages/perl-constant-boolean/xt/distribution.t
/usr/share/doc/packages/perl-constant-boolean/xt/kwalitee.t
/usr/share/doc/packages/perl-constant-boolean/xt/minimumversion.t
/usr/share/doc/packages/perl-constant-boolean/xt/perlcritic.t
/usr/share/doc/packages/perl-constant-boolean/xt/perlcriticrc
/usr/share/doc/packages/perl-constant-boolean/xt/pod_coverage.t
/usr/share/doc/packages/perl-constant-boolean/xt/pod_spell.t
/usr/share/doc/packages/perl-constant-boolean/xt/pod_spellrc
/usr/share/doc/packages/perl-constant-boolean/xt/pod_syntax.t
/usr/share/doc/packages/perl-constant-boolean/xt/signature.t
/usr/share/man/man3/constant::boolean.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024