./devel/p5-parent, Establish an ISA relationship with base classes at compile time

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q4, Version: 0.236nb1, Package name: p5-parent-0.236nb1, Maintainer: pkgsrc-users

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


Master sites: (Expand)

SHA1: e9c07faed9fd7d21dc6410aed00c27363d28a6a8
RMD160: 4c6a206c245e9848c0dbe7c0fa62874d0502ba45
Filesize: 9.798 KB

Version history: (Expand)