perl-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); }
Current version: 0.237

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 0.237 project
2019-01-17 9 0.234 project
2017-07-13 8 0.234 project