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

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


Branch: pkgsrc-2013Q3, Version: 0.225nb2, Package name: p5-parent-0.225nb2, 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: b855f33fceb4828d72e0da12437c1627be2938fc
RMD160: 6b13e06a0ff650374661390099319be628f41fd2
Filesize: 5.403 KB

Version history: (Expand)