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.241

History

Effective Date Table ID Version Download URL Project URL Version URL
2024-08-26 12 0.241 download project version
2022-03-31 11 0.237 project
2020-12-22 10 0.237 project
2019-01-17 9 0.234 project
2017-07-13 8 0.234 project