[ Все 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 ]
×

Пакет perl-constant-1.33-461.el9.noarch download

Имя perl-constant
Эпоха 0
Версия 1.33
Релиз 461.el9
Архитектура noarch
Сайт https://metacpan.org/release/constant
Лицензия GPL+ or Artistic
Время сборки 2023-03-18 11:49:10
Хост сборки builder-x86-02.inferitos.ru
Краткое описание Perl pragma to declare constants
Репозитории AppStream
Полное описание 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.
Эррата
Размер 23 КиБ
Исходный проект perl-constant-1.33-461.el9
Контрольная сумма SHA-256 e92ec9a44d05aa7027397789c8aacddf43a2cdcaf93d30185c4f6b83d6e70ab2
× Full screenshot
История изменений 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