From: Karl Williamson Date: Thu, 18 May 2017 04:47:40 +0000 (-0600) Subject: perldelta: Remove duplicate entry X-Git-Tag: v5.26.0-RC2~88 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a3f3223ababd6599a29851d4023bb4f47b60d676 perldelta: Remove duplicate entry --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f86b6df..ccaf480 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -101,12 +101,6 @@ themselves. E.g. L sets it since loading modules from a relative path is a common idiom in test code. If you find that you have C<.> in C<@INC> on a perl built with default settings it's likely that your code is being invoked by a toolchain module of some sort. - -=head2 create a safer utf8_hop() called utf8_hop_safe() - -Unlike utf8_hop(), utf8_hop_safe() won't navigate before the beginning or after -the end of the supplied buffer. - =head2 @{^CAPTURE}, %{^CAPTURE}, and %{^CAPTURE_ALL} C<@{^CAPTURE}> exposes the capture buffers of the last match as an