[ol6_ga_base] perl-parent-1:0.221-115.el6.x86_64

Name:perl-parent
Epoch:1
Version:0.221
Release:115.el6
Architecture:x86_64
Group:Development/Libraries
Size:5809
License:GPL+ or Artistic
RPM: perl-parent-0.221-115.el6.x86_64.rpm
Source RPM: perl-5.10.1-115.el6.src.rpm
Build Date:Sat Nov 20 2010
Build Host:ca-build19.us.oracle.com
Vendor:Oracle America
URL:http://www.perl.org/
Summary:Establish an ISA relationship with base classes at compile time
Description:
parent 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)