Path to this page:
./
devel/p5-parent,
Establish an ISA relationship with base classes at compile time
Branch: pkgsrc-2017Q3,
Version: 0.236nb1,
Package name: p5-parent-0.236nb1,
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: e9c07faed9fd7d21dc6410aed00c27363d28a6a8
RMD160: 4c6a206c245e9848c0dbe7c0fa62874d0502ba45
Filesize: 9.798 KB
Version history: (Expand)
- (2017-09-29) Package added to pkgsrc.se, version p5-parent-0.236nb1 (created)