[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-constant-1.33-461.el9.src download

Name perl-constant
Epoch 0
Version 1.33
Release 461.el9
Architecture src
Website/URL https://metacpan.org/release/constant
License GPL+ or Artistic
Build Time 2023-03-18 11:49:07
Build Host builder-x86-02.inferitos.ru
Summary Perl pragma to declare constants
Repositories AppStream
Description This 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.
Errata
Size 29 KiB
Source Project perl-constant-1.33-461.el9
SHA-256 checksum f9fe3480119bee03fc2b92577bc0cd74bccda7564136a5c3c4dee180f915177c
× Full screenshot
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.33-461
- Rebuilt for MSVSphere 9.1.

* 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