Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Class-ISA | Distribution: Mageia |
Version: 0.360.0 | Vendor: Mageia.Org |
Release: 11.mga8 | Build date: Wed Feb 12 05:05:31 2020 |
Group: Development/Perl | Build host: localhost |
Size: 15957 | Source RPM: perl-Class-ISA-0.360.0-11.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/Class-ISA | |
Summary: Report the search path thru an ISA tree |
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.
GPL+ or Artistic
* Wed Feb 12 2020 umeabot <umeabot> 0.360.0-11.mga8 + Revision: 1493542 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Wed Sep 19 2018 umeabot <umeabot> 0.360.0-10.mga7 + Revision: 1266324 - Mageia 7 Mass Rebuild
/usr/share/doc/perl-Class-ISA /usr/share/doc/perl-Class-ISA/ChangeLog /usr/share/doc/perl-Class-ISA/README /usr/share/man/man3/Class::ISA.3pm.xz /usr/share/perl5/vendor_perl/Class /usr/share/perl5/vendor_perl/Class/ISA.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:05:10 2025