Sat, 07 Mar 2026 08:22:34 UTC | login

Information for build perl-parent-0.241-512.el10

ID5093
Package Nameperl-parent
Version0.241
Release512.el10
Epoch1
DraftFalse
SummaryEstablish an ISA relationship with base classes at compile time
DescriptionAllows 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); }
Built bykojiadmin
State complete
Volume DEFAULT
StartedMon, 02 Mar 2026 17:03:49 UTC
CompletedMon, 02 Mar 2026 17:03:49 UTC
Tags
almalinux-10.0
v9.0-incoming
RPMs
src
perl-parent-0.241-512.el10.src.rpm (info) (download)
noarch
perl-parent-0.241-512.el10.noarch.rpm (info) (download)
Changelog * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:0.241-512 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Mon Aug 26 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.241-511 - Fix filters of dependencies * Thu Jul 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.241-510 - Increase release to favour standalone package * Fri Jul 12 2024 Michal Josef Špaček <mspacek@redhat.com> - 1:0.241-504 - Package tests * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:0.241-503 - Bump release for June 2024 mass rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.241-502 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.241-501 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.241-500 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.241-499 - Increase release to favour standalone package * Wed Feb 15 2023 Paul Howarth <paul@city-fan.org> - 1:0.241-1 - Update to 0.241 - Actually include the changes documented for version 0.240 * Tue Feb 14 2023 Paul Howarth <paul@city-fan.org> - 1:0.240-1 - Update to 0.240 - Use Test::More::isnt() instead of Test::More::isn't in tests, which is deprecated, as ' isn't allowed as package separator in an upcoming version of Perl (GH#13) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.239-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Paul Howarth <paul@city-fan.org> - 1:0.239-1 - Update to 0.239 - Harden against changes to require error messages: the '@INC contains' may change in a future release of perl; this hardens the test to be insensitive to the exact words chosen (https://github.com/Perl/perl5/pull/20547) - Use SPDX-format license tag