Logoj0ke.net Open Build Service > Projects > internetx:managed:testing > ix-firewall-plesk > Binaries > ix-firewall-plesk-0.1.10-2.... > Dependencies
Sign Up | Log In

Dependency of ix-firewall-plesk-0.1.10-2.1.src.rpm

Name: perl-constant

Project: CENTOS:8.0:BaseOS

Repository: oss

Title: Perl pragma to declare constants

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.

Version: 1.33

Release: 396.el8

Architecture: noarch

Size: 25.3 KB

Build Time: 2019-07-02 16:35:36 +0200 (almost 5 years ago)

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.26.3) perl-libs
perl(:VERSION) >= 5.8.0 perl-libs
perl(Carp) perl-Carp
perl(strict) perl-libs
perl(warnings::register) perl-interpreter