Path to this page:
./
devel/p5-parent,
Establish an ISA relationship with base classes at compile time
Branch: pkgsrc-2010Q3,
Version: 0.223nb1,
Package name: p5-parent-0.223nb1,
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);
}
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 563030b1139dbf20f71168ef1e8887d8c4145768
RMD160: 2553889ea930fdc208a3124cd331b936133b6d9b
Filesize: 5.209 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version p5-parent-0.223nb1 (created)