rh-perl526-perl-parent - Establish an ISA relationship with base classes at compile time
Website: | http://search.cpan.org/dist/parent/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | CentOS |
- Description:
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
rh-perl526-perl-parent-0.236-395.el7.noarch [14 KiB] |
Changelog
by Petr Pisar (2017-12-18):
- SCL |