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.
Provides
Requires
License
GPL-1.0-or-later OR Artistic-1.0-Perl
Changelog
* Fri Aug 21 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 4:5.40.2-515
- Fixes: CVE-2026-13221 - regcomp_study: Don't create a trie that would
overflow
* Thu Jul 10 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.40.1-514
- Fixes: CVE-2025-40909 - Clone dirhandles without fchdir
*