Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Class-ISA-0.36-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Class-ISA Distribution: openSUSE Leap 15.2
Version: 0.36 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 18:22:35 2019
Group: Development/Libraries/Perl Build host: lamb04
Size: 15912 Source RPM: perl-Class-ISA-0.36-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Class-ISA/
Summary: report the search path for a class's 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.

Provides

Requires

License

GPL-1.0+ or Artistic-1.0

Changelog

* Thu Apr 14 2011 coolo@opensuse.org
  - initial package 0.36
    * created by cpanspec 1.78.05

Files

/usr/lib/perl5/vendor_perl/5.26.1/Class
/usr/lib/perl5/vendor_perl/5.26.1/Class/ISA.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Class-ISA
/usr/share/doc/packages/perl-Class-ISA/ChangeLog
/usr/share/doc/packages/perl-Class-ISA/README
/usr/share/man/man3/Class::ISA.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024