Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 008ae6a0ef7f87df8ee75ca523c6adf1ae0b768d https://github.com/Perl/perl5/commit/008ae6a0ef7f87df8ee75ca523c6adf1ae0b768d Author: Elvin Aslanov <rwp.prim...@gmail.com> Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths: M Porting/Maintainers.pl Log Message: ----------- Maintainers.pl: use strict/warnings with "our" Add 2 pragmas, and scope globals with "our". Scoped %Maintainers and %DistName (autovivified hashes) with our. Fixes #21410 --- Archive: https://github.com/Perl/perl5/pull/21412