Metadata for perl-parent-0.237-2.module_el8.5.0+166+0c9b5e1d.noarch.rpm

0 directories 0 files
Go up

INFO

Name: perl-parent
Version: 0.237-2.module_el8.5.0+166+0c9b5e1d
Arch: noarch
Summary: Establish an ISA relationship with base classes at compile time
License: GPL+ or Artistic
Vendor: AlmaLinux
Build Host: ppc64le-builder01.almalinux.org
Build Date: Thu Dec 23 03:31:15 2021
Size: 9158
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.24.4)
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.5.0+166+0c9b5e1d

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