We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf4bbe commit a3e3861Copy full SHA for a3e3861
pod/perldelta.pod
@@ -366,7 +366,12 @@ manager will later use a regex to expand these into links.
366
367
=item *
368
369
-XXX
+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 few as
372
+64 characters for identifiers written in other languages, for example,
373
+Chinese or Osage. Now an identifier in any language may contain at
374
+least 255 characters.
375
376
=back
377
0 commit comments