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

perl-constant-1.33-528.fc45 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: perl-constant Distribution: Fedora Project
Version: 1.33 Vendor: Fedora Project
Release: 528.fc45 Build date: Thu Jul 23 16:41:32 2026
Group: Unspecified Build host: buildvm-x86-14.rdu3.fedoraproject.org
Size: 26895 Source RPM: perl-constant-1.33-528.fc45.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/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-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Thu Jul 23 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-528
  - Perl 5.44 re-rebuild of bootstrapped packages
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-527
  - Increase release to favour standalone package
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-523
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-522
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-521
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jul 08 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-520
  - Perl 5.42 re-rebuild of bootstrapped packages
* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-519
  - Increase release to favour standalone package
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-513
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 1 02:27:19 2026