SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

rh-perl520-perl-constant rpm build for : CentOS 6. For other distributions click rh-perl520-perl-constant.

Name : rh-perl520-perl-constant
Version : 1.31 Vendor : CentOS
Release : 312.el6 Date : 2015-10-04 23:06:56
Group : Development/Libraries Source RPM : rh-perl520-perl-constant-1.31-312.el6.src.rpm
Size : 0.03 MB
Packager : CBS < cbs_centos_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: /vol/rzm7/linux-centos-vault/6.8/sclo/x86_64/rh/rh-perl520

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
rh-perl520-perl(constant)
rh-perl520-perl-constant

Requires :
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rh-perl520-perl => 0:5.008
rpmlib(VersionedDependencies) <= 3.0.3-1
rh-perl520-perl(warnings::register)
rh-perl520-perl(:MODULE_COMPAT_5.20.1)
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rh-perl520-perl(strict)
rh-perl520-perl(Carp)
rh-perl520-perl(vars)


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

 
ICM