Package : perl-Class-ISA > RPM : perl-Class-ISA-0.360.0-12.mga9.src.rpm

Basic items

Name perl-Class-ISA
Version 0.360.0
Release 12.mga9
URL https://metacpan.org/release/Class-ISA
Group Development/Perl
Summary Report the search path thru an ISA tree
Size 9KB
Arch noarch
License GPL+ or Artistic

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.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 04:31:11
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie