Sat, 23 Nov 2024 05:04:14 CST | login

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

ID21241
Package Nameperl-constant
Version1.33
Release461.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/perl-constant.git#b0d66c3a1049f06102bcf1e9a66af540ec1723f3
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 bydistrobuild
State complete
Volume DEFAULT
StartedMon, 04 Jul 2022 20:18:18 CST
CompletedMon, 04 Jul 2022 20:20:08 CST
Taskbuild (dist-circle9, /stage/rpms/perl-constant.git:b0d66c3a1049f06102bcf1e9a66af540ec1723f3)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-constant.git?#b0d66c3a1049f06102bcf1e9a66af540ec1723f3'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
perl-constant-1.33-461.el9.src.rpm (info) (download)
noarch
perl-constant-1.33-461.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 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.33-461 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * 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