Information for build perl-constant-1.33-490.fc37

ID2020655
Package Nameperl-constant
Version1.33
Release490.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-constant.git#bf8f3ea0fbc09c9ac265bd0e3d0ac56d1d5394af
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 byreleng
State complete
Volume DEFAULT
StartedFri, 22 Jul 2022 12:53:30 UTC
CompletedFri, 22 Jul 2022 12:55:35 UTC
Taskbuild (f37-rebuild, /rpms/perl-constant.git:bf8f3ea0fbc09c9ac265bd0e3d0ac56d1d5394af)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-constant.git#bf8f3ea0fbc09c9ac265bd0e3d0ac56d1d5394af'}}
Tags
f37
f37-Beta
f37-rebuild
f38
RPMs
src
perl-constant-1.33-490.fc37.src.rpm (info) (download)
noarch
perl-constant-1.33-490.fc37.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-490 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-489 - Perl 5.36 re-rebuild of bootstrapped packages * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-488 - Increase release to favour standalone package * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-480 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-479 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-478 - Perl 5.34 re-rebuild of bootstrapped packages * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-477 - Increase release to favour standalone package * 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