INFO
Name: perl-parent
Version: 0.237-2.module_el8.6.0+3157+2fbdf004
Arch: noarch
Summary: Establish an ISA relationship with base classes at compile time
License: GPL+ or Artistic
Vendor: AlmaLinux
Build Host: alma-build.sinenomine.net
Build Date: Mon Aug 15 05:46:31 2022
Size: 9187
URL: https://metacpan.org/release/parent
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 @ISA, qw(Foo Bar);
}
FILES
/usr/share/doc/perl-parent
/usr/share/doc/perl-parent/Changes
/usr/share/man/man3/parent.3pm.gz
/usr/share/perl5/vendor_perl/parent.pm
REQUIRES
perl(:MODULE_COMPAT_5.30.1)
perl(strict)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
perl(parent) 0.237
perl-parent 1:0.237-2.module_el8.6.0+3157+2fbdf004
CONFIG FILES
/usr/share/doc/perl-parent
/usr/share/doc/perl-parent/Changes d
/usr/share/man/man3/parent.3pm.gz d
/usr/share/perl5/vendor_perl/parent.pm
LICENSE FILES
GPL+ or Artistic
|