In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/de1d2c781cd2cadf7b7949763f206d407ecd8c3c?hp=44954c11cf61a371d1facf9fc5ca27637f247aac>
- Log ----------------------------------------------------------------- commit de1d2c781cd2cadf7b7949763f206d407ecd8c3c Author: Karl Williamson <[email protected]> Date: Thu Apr 14 10:46:42 2016 -0600 perldelta: Remove typo extra '/' This fixes the 5.24 part of [perl #127899]. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5f863d8..d44c6e1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1417,7 +1417,7 @@ L<perlrecharclass/POSIX Character Classes>.) Certain regex patterns involving a complemented POSIX class in an inverted bracketed character class, and matching something else optionally would improperly fail to match. An example of one that could -fail is C</qr/_?[^\Wbar]\x{100}/>. This has been fixed. +fail is C<qr/_?[^\Wbar]\x{100}/>. This has been fixed. [perl #127537] =item * -- Perl5 Master Repository
