development/libraries

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

Website: http://search.cpan.org/dist/parent/
License: GPL+ or Artistic
Vendor: CentOS
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.225-244.el7.noarch [12 KiB] Changelog by Daniel Mach (2013-12-27):
- Mass rebuild 2013-12-27

Listing created by Repoview-0.6.6-4.el7