Mon, 20 May 2024 09:46:43 UTC | login

Information for build perl-constant-1.33-418.fc29

ID55512
Package Nameperl-constant
Version1.33
Release418.fc29
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
StartedThu, 19 Jul 2018 03:46:45 UTC
CompletedThu, 19 Jul 2018 03:46:45 UTC
Tags
f29
f30
f31
RPMs
src
perl-constant-1.33-418.fc29.src.rpm (info) (download)
noarch
perl-constant-1.33-418.fc29.noarch.rpm (info) (download)
Changelog * 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 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-368 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild