libclass-isa-perl 0.36
Name | libclass-isa-perl |
---|---|
Version | 0.36 |
Summary | Perl module for reporting 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 bederived, via its @ISA, from one or more superclasses (as above).When, then, you call a method in that class ($fishstick->calories), Perl first searchesthere for that method, but if it's not there, it goes searching in its superclasses, andso 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, thenChemicals.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. |
Section | libs |
License | Artistic-1.0 | GPL-1.0+ |
Homepage | http://search.cpan.org/dist/Class-ISA/ |
Recipe file | recipes-lsb4/perl/libclass-isa-perl_0.36.bb |
Layer | openembedded-core (dora branch) |
Inherits |
|
Dependencies | |
PACKAGECONFIG options |
Sources
None
Patches
None
Other branches
This recipe in other branches of openembedded-core:
Branch | Recipe |
---|---|
pyro (Yocto Project 2.3) | libclass-isa-perl 0.36 |
morty (Yocto Project 2.2) | libclass-isa-perl 0.36 |
krogoth (Yocto Project 2.1) | libclass-isa-perl 0.36 |
jethro (Yocto Project 2.0) | libclass-isa-perl 0.36 |
fido (Yocto Project 1.8) | libclass-isa-perl 0.36 |
dizzy (Yocto Project 1.7) | libclass-isa-perl 0.36 |
daisy (Yocto Project 1.6) | libclass-isa-perl 0.36 |
dora (Yocto Project 1.5) | libclass-isa-perl 0.36 (this recipe) |
dylan (Yocto Project 1.4) | libclass-isa-perl 0.36 |
danny (Yocto Project 1.3) | libclass-isa-perl 0.36 |