Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-constant-boolean

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.02

Release: 8.1.3

Architecture: noarch

Size: 18.1 KB

Build Time: 2014-10-06 16:44:16 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(constant::boolean) = 0.02 perl-Test-Assert
perl-constant-boolean = 0.0...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Symbol::Util) >= 0.02 perl-Symbol-Util