PERL_USE_UNSAFE_INC=1 which makes Perl behave as it previously did, returning
C<.> to @INC in all child processes.
-=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
The name of a character may no longer contain non-breaking spaces. It
has been deprecated to do so since Perl v5.22.
+=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.
+
=head1 Security
=head2 Remove current dir (C<.>) from C<@INC>