This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Perl > perl-Class-ISA (0.36)

perl-Class-ISA

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.

Maintained by: Nikos Giotis
Keywords: perl,class,ISA
ChangeLog: perl-Class-ISA

Homepage:
https://metacpan.org/pod/Class::ISA

Source Downloads:
Class-ISA-0.36.tar.gz (3a2ad203c8dc87d6c9de16215d00af47)

Download SlackBuild:
perl-Class-ISA.tar.gz
perl-Class-ISA.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds