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-Class-ISA

Project: openSUSE_13.2

Repository: oss

Title: report the search path for a class's ISA tree

Description:
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses
may themselves each be derived, via its @ISA, from one or more superclasses
(as above).

When, then, you call a method in that class ($fishstick->calories), Perl
first searches there for that method, but if it's not there, it goes
searching in its superclasses, and so on, in a depth-first (or maybe
"height-first" is the word) search. In the above example, it'd first look
in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then
Chemicals.

This library, Class::ISA, provides functions that return that list -- the
list (in order) of names of classes Perl would search to find a method,
with no duplicates.

Version: 0.36

Release: 9.1.3

Architecture: noarch

Size: 12 KB

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

Provides

Symbol Required by
perl(Class::ISA) = 0.36 perl-CGI-Application
perl-Class-ISA = 0.36-9.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl