Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6380554d8853669c375d8eb94b7d1bda4088c83b https://github.com/Perl/perl5/commit/6380554d8853669c375d8eb94b7d1bda4088c83b Author: Lukas Mai <lukasmai....@gmail.com> Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths: M pod/perlre.pod M pod/perlvar.pod Log Message: ----------- perlre: remove statement suggesting /p is a no-op Perl's documentation used to say that /p became a no-op starting in v5.20.0 and all regexes would now set ${^PREMATCH}, ${^MATCH}, and ${^POSTMATCH}. This is not the case. This wording was removed from perlvar in commit 60c52570a7183b5ef7, but a similar sentence in perlre was missed. This commit removes the erroneous statement from perlre and changes "and performance penalty" to "the performance penalty" in perlvar, which looks like a typo that got copy/pasted around.