Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a55f7e1b5f0b79eb61b4ac4e5dd9a911ab7afee7 https://github.com/Perl/perl5/commit/a55f7e1b5f0b79eb61b4ac4e5dd9a911ab7afee7 Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths: M lib/feature.pm M regen/feature.pl Log Message: ----------- Make bareword_filehandles feature wording consistent The other similar features (indirect, multidimensional, array_base) use the word "available", not "enabled", since they are disabled in later versions. Commit: 9bcd703683fec87dd502058d0e206adc5fce82a3 https://github.com/Perl/perl5/commit/9bcd703683fec87dd502058d0e206adc5fce82a3 Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2023-07-22 (Sat, 22 Jul 2023) Changed paths: M pod/perlfunc.pod Log Message: ----------- Improve docs for legacy forms of open - Link to the bareword_filehandles feature - Move one-arg open after global filehandles, since it's a special form of them - Mention that the scalar variable has to be in the same package as the filehandle Compare: https://github.com/Perl/perl5/compare/7d9e23ba11ec...9bcd703683fe