Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: befe450dc6bf125973cd94f386d7283b2c01660f
https://github.com/Perl/perl5/commit/befe450dc6bf125973cd94f386d7283b2c01660f
Author: Lukas Mai <[email protected]>
Date: 2025-02-16 (Sun, 16 Feb 2025)
Changed paths:
M pod/perlreref.pod
Log Message:
-----------
perlreref: fix definition of \R
The order of alternatives matters because Carriage Return (\x0D) is
matched by \v (vertical whitespace), meaning the old pattern was
effectively equivalent to just \v.
Fixes #23002.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications