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: unspecified

Packages

perl-parent-0.237-2.el6_10.noarch [15 KiB] Changelog by Andrew Colin Kissa (2023-03-09):
- Build with Perl 5.24