perl-parent

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 @ISA, qw(Foo Bar);
	}
Website: https://metacpan.org/release/parent
License: GPL+ or Artistic
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: development/libraries

Packages

perl-parent-0.237-2.el6_10.noarch [15 KiB] Changelog by Andrew Colin Kissa (2023-03-09):
- Build with Perl 5.24
perl-parent-0.221-144.el6_10.1.x86_64 [28 KiB] Changelog by Andrew Colin Kissa (2021-06-21):
- FIX: CVE-2020-10543
- FIX: CVE-2020-10878
- FIX: CVE-2020-12723
perl-parent-0.221-144.el6_9.x86_64 [28 KiB] Changelog by Petr Pisar (2016-11-03):
- Fix duplicating PerlIO::encoding when spawning threads (bug #1390907)
perl-parent-0.221-141.el6_7.1.x86_64 [27 KiB] Changelog by Petr Pisar (2015-09-16):
- Fix CRLF conversion in ASCII FTP upload (bug #1267920)