unspecified

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

Website: https://metacpan.org/release/parent
License: GPL+ or Artistic
Vendor: Virtuozzo
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-460.vl9.1.src [22 KiB] Changelog by Mohan Boddu (2021-08-09):
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

Listing created by Repoview-0.6.6-4.el7