Project perl-parent-1:0.238-460.el9
content_copy
Name
perl-parent
Epoch
1
Version
0.238
Release
460.el9
Website/URL
https://metacpan.org/release/parent
License
GPL+ or Artistic
Build Time
2025-02-21 10:50:42
Build Host
certified-builder01.msvsphere-os.ru
Summary
Establish an ISA relationship with base classes at compile time
Repositories
OS
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);
}
Errata
—
×
Package
Summary
SHA-256 checksum
noarch
perl-parent-1:0.238-460.el9.noarch
content_copy
Establish an ISA relationship with base classes at compile time
07b33c7aeb80b78cd6884f4b63148da2e029e95a0e32641cc7b026bb4f9be32f
download
src
perl-parent-1:0.238-460.el9.src
content_copy
Establish an ISA relationship with base classes at compile time
f2348153ba33409298e63870f9f036cf4719b0096d0c9dc8bd5155e2069779d2
download
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.238-460
- Rebuilt for MSVSphere 9.1.
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-460
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-459
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937