Mon, 20 May 2024 09:45:23 UTC | login

Information for build perl-constant-1.33-439.fc31

ID89219
Package Nameperl-constant
Version1.33
Release439.fc31
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 16 Jul 2019 07:18:37 UTC
CompletedTue, 16 Jul 2019 07:18:37 UTC
Tags
f31
RPMs
src
perl-constant-1.33-439.fc31.src.rpm (info) (download)
noarch
perl-constant-1.33-439.fc31.noarch.rpm (info) (download)
Changelog * 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 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-419 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-418 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-417 - Perl 5.28 re-rebuild of bootstrapped packages * Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-416 - Increase release to favour standalone package * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-396 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-395 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-394 - Perl 5.26 re-rebuild of bootstrapped packages * Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-393 - Perl 5.26 rebuild