Name: | perl-vars |
---|---|
Version: | 1.05 |
Release: | 512.1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 3960 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-vars-1.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: | Perl pragma to predeclare global variable names |
Description: | This pragma will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings for them. For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged. |
- 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