Thu, 23 May 2024 15:14:08 UTC | login

Information for build perl-parent-0.237-1.fc29

ID50952
Package Nameperl-parent
Version0.237
Release1.fc29
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
StartedThu, 12 Jul 2018 22:01:14 UTC
CompletedThu, 12 Jul 2018 22:01:14 UTC
Tags
f29
RPMs
src
perl-parent-0.237-1.fc29.src.rpm (info) (download)
noarch
perl-parent-0.237-1.fc29.noarch.rpm (info) (download)
Changelog * Sat Jul 07 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1 - Update to 0.237 - Don't load vars.pm (CPAN 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 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-395 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-394 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-393 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1:0.236-1 - Update to 0.236 - Add Travis test configuration - Make test for PMC availability more reliable - Disable benchmark test rt62341.t as it runs out of memory on many smoker systems (CPAN RT#118310) - Simplify find command using -delete