This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add period to end of sentence in comment
authorKarl Williamson <public@khwilliamson.com>
Wed, 16 May 2012 01:11:32 +0000 (19:11 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:21 +0000 (08:29 -0600)
lib/unicore/mktables

index 09a6a35..7d3a797 100644 (file)
@@ -13000,7 +13000,7 @@ sub compile_perl() {
         $CanonDCIJ = $CanonDCIJ & $Assigned;
     }
 
-    # For backward compatibility, Perl has its own definition for IDStart
+    # For backward compatibility, Perl has its own definition for IDStart.
     # It is regular XID_Start plus the underscore, but all characters must be
     # Word characters as well
     my $XID_Start = property_ref('XID_Start');