Name: | perl516-perl-constant |
---|---|
Version: | 1.23 |
Release: | 19.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 19540 |
License: | GPL+ or Artistic |
RPM: | perl516-perl-constant-1.23-19.el7.noarch.rpm |
Source RPM: | perl516-perl-5.16.3-19.el7.src.rpm |
Build Date: | Thu May 28 2015 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.perl.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. |
- Update conditions to work for non-RHEL systems - Resolves: rhbz#1064855
- Update condition for filters - Resolves: rhbz#1063206
- Update macro file - Resolves: rhbz#1052183
- Updated filters - Resolves: rhbz#1040880
- Fixed perl-devel requires
- Stop building of sub-package Pod-Simple - Stop building of dual life sub-packages
- Updated dependencies, filters and conditions for dual-life sub-packages - Used %perl_compat for dual-life dependencies
- Stop building of sub-package CPAN-Meta-Requirements - Update filter
- Fix perl-devel Requires (replace libdb-devel by db4-devel)
- Merge the latest changes from perl-5.16.3-279.el7