SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Class-ISA rpm build for : Mageia 8. For other distributions click perl-Class-ISA.

Name : perl-Class-ISA
Version : 0.360.0 Vendor : Mageia_Org
Release : 11.mga8 Date : 2020-02-12 05:05:31
Group : Development/Perl Source RPM : perl-Class-ISA-0.360.0-11.mga8.src.rpm
Size : 0.02 MB
Packager : umeabot < umeabot>
Summary : Report the search path thru an ISA tree
Description :
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its AATTISA, 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 AATTISA, 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.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/aarch64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Class-ISA-0.360.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Class-ISA-0.360.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Class-ISA-0.360.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Class-ISA-0.360.0-11.mga8.noarch.rpm
     

Provides :
perl(Class::ISA)
perl-Class-ISA

Requires :
perl >= 1:5
perl(if)
perl(strict)
perl(vars)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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

 
ICM