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

perl-constant-1.33-1001.module_el8.1.0+229+cd132df8 RPM for noarch

From CentOS 8-stream AppStream for ppc64le / Packages

Name: perl-constant Distribution: CentOS
Version: 1.33 Vendor: CentOS
Release: 1001.module_el8.1.0+229+cd132df8 Build date: Tue Nov 19 04:50:47 2019
Group: Development/Libraries Build host: aarch64-05.mbox.centos.org
Size: 27074 Source RPM: perl-constant-1.33-1001.module_el8.1.0+229+cd132df8.src.rpm
Packager: CentOS Buildsys <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 Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-1001
  - Rebuild with enable hardening (bug #1636329)
* Thu Aug 23 2018 Petr Pisar <ppisar@redhat.com> - 1.33-1000
  - Increase release not to clash with perl-bootstrap:5.24 subpackages
    (bug #1620196)
* Fri Apr 27 2018 Petr Pisar <ppisar@redhat.com> - 1.33-398
  - Increase release not to clash with perl-bootstrap:5.24 subpackages
* Wed Mar 28 2018 Petr Pisar <ppisar@redhat.com> - 1.33-397
  - Increase release not to clash with perl-bootstrap:5.24 subpackages
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-396
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-395
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-394
  - Perl 5.26 re-rebuild of bootstrapped packages
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-393
  - Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-368
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-367
  - Perl 5.24 re-rebuild of bootstrapped packages
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-365
  - Increase release to favour standalone package
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-348
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.33-347
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-346
  - Perl 5.22 re-rebuild of bootstrapped packages
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-345
  - Increase release to favour standalone package
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-336
  - Perl 5.22 rebuild
* Mon May 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-335
  - Patched to provide the version 1.33 which is bundled in Perl 5.22
* Tue Sep 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-310
  - Patched to provide the version 1.31 which is bundled in Perl 5.20
* Mon Sep 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-295
  - Perl 5.20 re-rebuild of bootstrapped packages
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-294
  - Perl 5.20 rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-293
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-292
  - Perl 5.18 re-rebuild of bootstrapped packages
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-291
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1.27-290
  - Increase release to favour standalone package
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1.27-3
  - Link minimal build-root packages against libperl.so explicitly
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1.27-2
  - Migrate to ExtUtils::MakeMaker
  - Do not run optional tests at boot-strap
* Thu Mar 21 2013 Petr Pisar <ppisar@redhat.com> - 1.27-1
  - Specfile autogenerated by cpanspec 1.78.

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, Tue Mar 26 04:19:49 2024