Path to this page:
./
devel/p5-parent,
Establish an ISA relationship with base classes at compile time
Branch: pkgsrc-2012Q2,
Version: 0.225,
Package name: p5-parent-0.225,
Maintainer: pkgsrc-usersAllows 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)
- (2012-07-05) Package added to pkgsrc.se, version p5-parent-0.225 (created)