SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-parent rpm build for : Mageia Cauldron. For other distributions click perl-parent.

Name : perl-parent
Version : 0.238.0 Vendor : Mageia_Org
Release : 3.mga9 Date : 2022-03-21 05:08:38
Group : Development/Perl Source RPM : perl-parent-0.238.0-3.mga9.src.rpm
Size : 0.01 MB
Packager : umeabot < umeabot>
Summary : Establish an ISA relationship with base classes at compile time
Description :
Allows you to both load one or more modules, while setting up inheritance from
those modules at the same time. Mostly similar in effect to

package Baz;
BEGIN {
require Foo;
require Bar;
push AATTISA, qw(Foo Bar);
}

By default, every base class needs to live in a file of its own.
If you want to have a subclass and its parent class in the same file, you
can tell C< parent> not to load any modules by using the C< -norequire> switch:

RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-parent-0.238.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-parent-0.238.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-parent-0.238.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-parent-0.238.0-3.mga9.noarch.rpm
     

Provides :
perl(parent)
perl(parent)
perl-parent

Requires :
perl(strict)
perl-base >= 2:5.34.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-parent
/usr/share/doc/perl-parent/Changes
/usr/share/doc/perl-parent/META.json
/usr/share/doc/perl-parent/META.yml
/usr/share/doc/perl-parent/MYMETA.yml
/usr/share/man/man3/parent.3pm.xz
/usr/share/perl5/vendor_perl/parent.pm

 
ICM