Fri, 19 Apr 2024 16:35:03 UTC | login

Information for build perl-constant-1.33-460.el9

ID6133
Package Nameperl-constant
Version1.33
Release460.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/perl-constant#b852b566a78e4c8612b7ff4f72d633c41cdfbeb1
SummaryPerl pragma to declare constants
DescriptionThis pragma allows you to declare constants at compile-time: use constant PI => 4 * atan2(1, 1); When you declare a constant such as "PI" using the method shown above, each machine your script runs upon can have as many digits of accuracy as it can use. Also, your program will be easier to read, more likely to be maintained (and maintained correctly), and far less likely to send a space probe to the wrong planet because nobody noticed the one equation in which you wrote 3.14195. When a constant is used in an expression, Perl replaces it with its value at compile time, and may then optimize the expression further. In particular, any code in an "if (CONSTANT)" block will be optimized away if the constant is false.
Built bymboddu
State complete
Volume DEFAULT
StartedFri, 16 Apr 2021 06:17:43 UTC
CompletedFri, 16 Apr 2021 06:19:06 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/perl-constant:b852b566a78e4c8612b7ff4f72d633c41cdfbeb1)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/perl-constant#b852b566a78e4c8612b7ff4f72d633c41cdfbeb1'}}
Tags
c9s-gate
c9s-pending
c9s-pending-signed
RPMs
src
perl-constant-1.33-460.el9.src.rpm (info) (download)
noarch
perl-constant-1.33-460.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.33-460 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-459 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-458 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-457 - Perl 5.32 re-rebuild of bootstrapped packages * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-456 - Increase release to favour standalone package * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-441 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-440 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-439 - Perl 5.30 re-rebuild of bootstrapped packages * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-438 - Increase release to favour standalone package