Letter P

perl-parent - Establish an ISA relationship with base classes at compile time

Website: https://metacpan.org/release/parent
License: GPL+ or Artistic
Vendor: Alcance Libre, Inc.
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);
	}

Packages

perl-parent-0.238-1.fc14.al.src [22 KiB] Changelog by Joel Barrios (2022-04-29):
- Update to 0.238.

Listing created by Repoview-0.6.6-6.fc14.al