[ol6_software_collections] rh-perl524-perl-parent-1:0.234-366.el6.noarch

Name:rh-perl524-perl-parent
Epoch:1
Version:0.234
Release:366.el6
Architecture:noarch
Group:Development/Libraries
Size:8537
License:GPL+ or Artistic
RPM: rh-perl524-perl-parent-0.234-366.el6.noarch.rpm
Source RPM: rh-perl524-perl-parent-0.234-366.el6.src.rpm
Build Date:Wed Dec 28 2016
Build Host:x86-ol6-builder-05.us.oracle.com
Vendor:Oracle America
URL:http://search.cpan.org/dist/parent/
Summary: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);
	}

Changelog (Show File list) (Show related packages)