Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/p5-parent,
Establish an ISA relationship with base classes at compile time
Branch: CURRENT,
Version: 0.238nb1,
Package name: p5-parent-0.238nb1,
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]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 10fd90c605deac346b1325356d569650468ab8d6
RMD160: b4af0bafa8dfaab16a41c63a73b9611e68077f5e
Filesize: 10.145 KB
Version history: (Expand)
- (2020-09-05) Package deleted from pkgsrc
- (2020-09-01) Updated to version: p5-parent-0.238nb1
- (2020-04-18) Updated to version: p5-parent-0.238
- (2019-08-11) Updated to version: p5-parent-0.237nb2
- (2018-08-22) Updated to version: p5-parent-0.237nb1
- (2018-07-07) Updated to version: p5-parent-0.237
CVS history: (Expand)