[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Thread-3.05-512.el10.noarch download

Name perl-Thread
Epoch 0
Version 3.05
Release 512.el10
Architecture noarch
Website/URL https://www.perl.org/
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2025-04-03 07:31:36
Build Host builder-x86-06.inferitos.ru
Summary Manipulate threads in Perl (for old code only)
Repositories AppStream
Description This Thread module served as the front end to the old-style thread model, called 5005threads, that has been removed in version 5.10. For old code and interim backwards compatibility, the Thread module has been reworked to function as a front end for the new interpreter threads (ithreads) model. However, some previous functionality is not available. Further, the data sharing models between the two thread models are completely different, and anything to do with data sharing has to be thought differently. You are strongly encouraged to migrate any existing threaded code to the new model (i.e., use the threads and threads::shared modules) as soon as possible.
Errata
Size 18 KiB
Source Project perl-5.40.1-512.el10
SHA-256 checksum 48052b020f42c5c8064f530e107a166a881d2bc974e773f13eaa4430dc72cf22
× Full screenshot
Changelog link
* Wed Jan 22 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.40.0-512
- Resolves: RHEL-75798
- 5.40.1 bump (see <https://metacpan.org/release/SHAY/perl-5.40.1/view/pod/perldelta.pod>)
- Add config.over to make build od perl reproducible
- Removed unnecessary conversion
- Add new systemtap-sdt-dtrace to build deps

* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4:5.40.0-511
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4:5.40.0-511
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Fri Aug 09 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.40.0-510
- Perl 5.40 re-rebuild of bootstrapped packages

* Thu Jul 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.40.0-509
- 5.40.0 bump (see <https://metacpan.org/release/HAARG/perl-5.40.0/view/pod/perldelta.pod)
- Subpackage Term-Table
- Subpackage Test-Suite2

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4:5.38.2-508
- Bump release for June 2024 mass rebuild

* Wed Apr 17 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.38.2-507
- Disable using libdb for RHEL
- Resolves: RHEL-33071

* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.38.2-506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.38.2-505
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Jan 03 2024 Florian Weimer <fweimer@redhat.com> - 4:5.38.2-504
- Update Compress::Raw::Zlib for improved compatibility with zlib-ng