This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f39198
)
add period to end of sentence in comment
author
Karl Williamson
<public@khwilliamson.com>
Wed, 16 May 2012 01:11:32 +0000
(19:11 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:21 +0000
(08:29 -0600)
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
09a6a35
..
7d3a797
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-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');