Sat, 10 Jun 2023 15:35:47 UTC

Information for build perl-parent-0.241-1.fc39

ID2151353
Package Nameperl-parent
Version0.241
Release1.fc39
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/perl-parent.git#2d9e038087ac81b7ff0ce461824be7bf8be62ec0
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 bypghmcfc
State complete
Volume DEFAULT
StartedWed, 15 Feb 2023 10:35:57 UTC
CompletedWed, 15 Feb 2023 10:39:02 UTC
Taskbuild (rawhide, /rpms/perl-parent.git:2d9e038087ac81b7ff0ce461824be7bf8be62ec0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-parent.git#2d9e038087ac81b7ff0ce461824be7bf8be62ec0'}}
Tags
eln
f39
RPMs
src
perl-parent-0.241-1.fc39.src.rpm (info) (download)
noarch
perl-parent-0.241-1.fc39.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-489 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-488 - Increase release to favour standalone package * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-479 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-478 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-477 - Increase release to favour standalone package