Letter P

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

Website: http://search.cpan.org/dist/parent/
License: GPL+ or Artistic
Vendor: Fedora Project
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.236-394.fc27.noarch [18 KiB] Changelog by Fedora Release Engineering (2017-07-27):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Listing created by Repoview-0.6.6-10.fc27