Fri, 19 Apr 2024 14:49:51 CEST | login

Information for build perl-constant-1.27-2.el7

ID280
Package Nameperl-constant
Version1.27
Release2.el7
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 bykojiadmin
State complete
Volume DEFAULT
StartedMon, 26 Nov 2018 15:41:03 CET
CompletedMon, 26 Nov 2018 15:41:03 CET
Tags
built-by-centos
centos-7.2
centos-7.5
v7.6-base
v8.0-base
v8.1-base
v8.2-base
v8.3-base
RPMs
src
perl-constant-1.27-2.el7.src.rpm (info) (download)
noarch
perl-constant-1.27-2.el7.noarch.rpm (info) (download)
Changelog * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.27-2 - Mass rebuild 2013-12-27 * Thu Mar 21 2013 Petr Pisar <ppisar@redhat.com> 1.27-1 - Specfile autogenerated by cpanspec 1.78.