From a3f3223ababd6599a29851d4023bb4f47b60d676 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 May 2017 22:47:40 -0600 Subject: [PATCH] perldelta: Remove duplicate entry --- pod/perldelta.pod | 6 ------ 1 file changed, 6 deletions(-) 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 -- 1.8.3.1