diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-04-15 08:12:22 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-04-15 08:12:22 +0100 |
commit | 3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52 (patch) | |
tree | 545f47e308abde2e05c49139992a6d8c0be791ac | |
parent | 52a0456080389098e6651660557c9c42beb9378b (diff) | |
download | perl-3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52.tar.gz |
perldelta: Remove typo extra '/'
This fixes the 5.22 part of [perl #127899].
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 76328766db..fb8cb2f1a1 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 * |