[ All 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-vars-1.05-481.1.el9_6.noarch download

Name perl-vars
Epoch 0
Version 1.05
Release 481.1.el9_6
Architecture noarch
Website/URL https://www.perl.org/
License GPL+ or Artistic
Build Time 2025-08-05 11:27:22
Build Host certified-builder01.msvsphere-os.ru
Summary Perl pragma to predeclare global variable names
Repositories Updates
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.
Errata
Size 12 KiB
Source Project perl-5.32.1-481.1.el9_6
SHA-256 checksum f08ba91ef6296d6a7de12c31204b7f5da8dc49f30b30bd80d07bce4900df5243
× Full screenshot
Changelog link
* Thu Jul 03 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481.1
- Fixes: CVE-2025-40909 - Clone dirhandles without fchdir

* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038