Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pod/perldiag.pod
Original file line number Diff line number Diff line change
Expand Up @@ -7910,9 +7910,9 @@ compile if the currently unassigned delimiter ends up being something
that isn't a stand-alone grapheme. Because Unicode is never going to
assign
L<non-character code points|perlunicode/Noncharacter code points>, nor
L<code points that are above the legal Unicode maximum|
perlunicode/Beyond Unicode code points>, those can be delimiters, and
their use is legal.
L<code points that are above the legal Unicode
maximum|perlunicode/Beyond Unicode code points>, those can be delimiters,
and their use is legal.

=item Use of uninitialized value%s

Expand Down
Loading