This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Clarify entry
authorKarl Williamson <public@khwilliamson.com>
Wed, 13 Apr 2011 15:55:44 +0000 (09:55 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 13 Apr 2011 15:57:36 +0000 (09:57 -0600)
pod/perldelta.pod

index 87753f4..aa7416e 100644 (file)
@@ -796,8 +796,9 @@ the C<=>.
 =head3 Change in the parsing of identifiers
 
 Characters outside the Unicode "XIDStart" set are no longer allowed at the
-beginning of an identifier.  This affects that certain accents and marks
-that normally follow an alphabetic character.
+beginning of an identifier.  This means that certain accents and marks
+that normally follow an alphabetic character may no longer be the first
+character of an identifier.
 
 =head2 Threads and Processes