| Name: | perl-parent |
|---|---|
| Epoch: | 1 |
| Version: | 0.238 |
| Release: | 460.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 9535 |
| License: | GPL+ or Artistic |
| RPM: | perl-parent-0.238-460.el9.noarch.rpm |
| Source RPM: | perl-parent-0.238-460.el9.src.rpm |
| Build Date: | Mon Jan 10 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/parent |
| Summary: | Establish an ISA relationship with base classes at compile time |
| 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);
} |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Increase release to favour standalone package
- Update to 0.238
- Move the prerequisite Test::More from being a runtime prerequisite to a
test time / build time prerequisite (GH#11)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild