Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 139f144fbfad7e5c37d4cc6a10f00caa

perl-parent-0.223.0-1mdv2010.0.src.rpm

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);
}

By default, every base class needs to live in a file of its own.
If you want to have a subclass and its parent class in the same file, you
can tell C<parent> not to load any modules by using the C<-norequire> switch:

Generated packages:

Other version of this rpm: