SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-constant rpm build for : RockyLinux 9. For other distributions click perl-constant.

Name : perl-constant
Version : 1.33 Vendor : Rocky Enterprise Software Foundation
Release : 461.el9 Date : 2022-05-16 14:23:27
Group : Unspecified Source RPM : perl-constant-1.33-461.el9.src.rpm
Size : 0.03 MB
Packager : Rocky Linux Build System (Peridot) < releng_rockylinux_org>
Summary : 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.

RPM found in directory: /packages/linux-pbone/rockylinux/9.4/AppStream/x86_64/kickstart/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
ftp.icm.edu.pl  perl-constant-1.33-461.el9.noarch.rpm
     

Provides :
perl(constant)
perl-constant

Requires :
perl(:MODULE_COMPAT_5.32.1)
perl(:VERSION) >= 5.8.0
perl(Carp)
perl(strict)
perl(warnings::register)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-constant
/usr/share/doc/perl-constant/Changes
/usr/share/doc/perl-constant/README
/usr/share/doc/perl-constant/eg
/usr/share/doc/perl-constant/eg/synopsis.pl
/usr/share/man/man3/constant.3pm.gz
/usr/share/perl5/vendor_perl/constant.pm

 
ICM