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-Params-Classify

Project: openSUSE_13.2

Repository: oss

Title: Argument type classification

Description:
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in
C++).

There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as the Params::Validate manpage.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

Version: 0.013

Release: 9.1.3

Architecture: x86_64

Size: 24.8 KB

Build Time: 2014-10-06 15:21:14 +0200 (over 9 years ago)

Provides

Symbol Required by
Classify.so()(64bit)
perl(Params::Classify) = 0.013
perl-Params-Classify = 0.01...
perl-Params-Classify(x86-64...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
libc.so.6(GLIBC_2.4)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(Exporter) perl-base
perl(Scalar::Util) >= 1.01 perl-base-32bit perl-base perl-Scalar-List-Utils
perl(parent) perl