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-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-constant-boolean Distribution: openSUSE Leap 15.2
Version: 0.02 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:34:35 2019
Group: Development/Libraries/Perl Build host: lamb64
Size: 31145 Source RPM: perl-constant-boolean-0.02-lp152.3.2.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.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/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, Tue Apr 9 11:50:38 2024