Name: | perl-Thread |
---|---|
Version: | 3.05 |
Release: | 512.1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 12387 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Thread-3.05-512.1.el10_0.noarch.rpm |
Source RPM: | perl-5.40.2-512.1.el10_0.src.rpm |
Build Date: | Thu Jun 26 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Manipulate threads in Perl (for old code only) |
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. |
- 5.40.2 bump (see <https://metacpan.org/release/SHAY/perl-5.40.2/view/pod/perldelta.pod>) - Resolves: RHEL-87186
- 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
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Perl 5.40 re-rebuild of bootstrapped packages
- 5.40.0 bump (see <https://metacpan.org/release/HAARG/perl-5.40.0/view/pod/perldelta.pod) - Subpackage Term-Table - Subpackage Test-Suite2
- Bump release for June 2024 mass rebuild
- Disable using libdb for RHEL - Resolves: RHEL-33071
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update Compress::Raw::Zlib for improved compatibility with zlib-ng