Thu, 23 May 2024 13:18:29 UTC | login

Information for build perl-parent-0.238-456.fc33

ID163693
Package Nameperl-parent
Version0.238
Release456.fc33
Epoch1
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 bydavidlt
State complete
Volume DEFAULT
StartedMon, 13 Jul 2020 15:27:14 UTC
CompletedMon, 13 Jul 2020 15:27:14 UTC
Tags
f33
RPMs
src
perl-parent-0.238-456.fc33.src.rpm (info) (download)
noarch
perl-parent-0.238-456.fc33.noarch.rpm (info) (download)
Changelog * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-456 - Increase release to favour standalone package * Fri Feb 07 2020 Paul Howarth <paul@city-fan.org> - 1:0.238-1 - Update to 0.238 - Move the prerequisite Test::More from being a runtime prerequisite to a test time / build time prerequisite (GH#11) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-440 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-439 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-438 - Increase release to favour standalone package * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jul 07 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1 - Update to 0.237 - Don't load vars.pm (Perl RT#132077) - Drop legacy Group: tag - Drop buildroot cleaning in %install section * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-416 - Increase release to favour standalone package