perl-parent (1-0.241-512.el10)
Published 2026-05-19 00:26:45 +03:00 by mpavlov
Installation
# on RedHat based distributions
dnf config-manager --add-repo
# on SUSE based distributions
zypper addrepo # on RedHat based distributions
dnf install perl-parent
# on SUSE based distributions
zypper install perl-parent
Repository Info
Architectures |
noarch |
About this package
Establish an ISA relationship with base classes at compile time
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);
}
Details
Assets (1)
Versions (1)
View all
1-0.241-512.el10
2026-05-19