In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52?hp=52a0456080389098e6651660557c9c42beb9378b>
- Log ----------------------------------------------------------------- commit 3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52 Author: Steve Hay <[email protected]> Date: Fri Apr 15 08:12:22 2016 +0100 perldelta: Remove typo extra '/' This fixes the 5.22 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 7632876..fb8cb2f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -249,7 +249,7 @@ L<[perl #127183]|https://rt.perl.org/Ticket/Display.html?id=127183> 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. +C<qr/_?[^\Wbar]\x{100}/>. This has been fixed. L<[perl #127537]|https://rt.perl.org/Ticket/Display.html?id=127537> =item * -- Perl5 Master Repository
