Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-constant-1.27-2.el7 RPM for noarch

From CentOS 7.9.2009 for x86_64 / Packages

Name: perl-constant Distribution: Unknown
Version: 1.27 Vendor: CentOS
Release: 2.el7 Build date: Tue Jun 10 04:51:22 2014
Group: Development/Libraries Build host: worker1.bsys.centos.org
Size: 26364 Source RPM: perl-constant-1.27-2.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://search.cpan.org/dist/constant/
Summary: Perl pragma to declare constants
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.

Provides

Requires

License

GPL+ or Artistic

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.

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:35:08 2024