Skip to content

Commit 9488a6d

Browse files
committed
perldelta for #23779
1 parent 8785c11 commit 9488a6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,12 @@ manager will later use a regex to expand these into links.
366366

367367
=item *
368368

369-
XXX
369+
We have long claimed to support identifiers up to about 255 characters
370+
long. However this was actually true only for identifiers that
371+
consisted of only ASCII characters. The real upper limit was as little
372+
as 64 characters for identifiers written in other languages, for
373+
example, Chinese or Osage. Now an identifier in any language may
374+
contain at least 255 characters.
370375

371376
=back
372377

0 commit comments

Comments
 (0)