[ 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.el9.noarch download

Name perl-vars
Epoch 0
Version 1.05
Release 481.el9
Architecture noarch
Website/URL https://www.perl.org/
License GPL+ or Artistic
Build Time 2025-02-21 08:50:26
Build Host certified-builder01.msvsphere-os.ru
Summary Perl pragma to predeclare global variable names
Repositories OS
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.el9
SHA-256 checksum 3aee0ecf0d7ae473f1aa2a5bff08baf4579eb1e49392190fdb98448ecddbd685
× Full screenshot
Changelog link
* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4:5.32.1-480
- Rebuilt for MSVSphere 9.2 beta

* Wed Jan 18 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-480
- Add definition of OPTIMIZE to .ph files, if optimizing is used
  (bug#2159759)