perl-parent - Establish an ISA relationship with base classes at compile time
Website: | http://www.perl.org/ |
---|---|
License: | GPL+ or Artistic |
- Description:
parent 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); }
Packages
perl-parent-0.228-5m.mo8.noarch [29 KiB] |
Changelog
by Yohsuke Ooi (2016-08-05):
- (20:5.20.0-5m) - add gcc5 patches |