diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-29 12:11:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-29 12:11:28 +0000 |
commit | 9cfe5470b44e33f00045a3b9c3128c6ade6e813f (patch) | |
tree | 0e081944b8d49604455e28b2dd5fd7555370db7d /lib/charnames.pm | |
parent | 7957ad98fb4b8d8bd28e35e4d1de3a2d6a7acfb9 (diff) | |
download | perl-9cfe5470b44e33f00045a3b9c3128c6ade6e813f.tar.gz |
Document the hint constants and where they're used.
p4raw-id: //depot/perl@18217
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index c9a8ea5bbd..7b39cee83c 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -6,7 +6,7 @@ use File::Spec; our $VERSION = '1.02'; use bytes (); # for $bytes::hint_bits -$charnames::hint_bits = 0x20000; +$charnames::hint_bits = 0x20000; # HINT_LOCALIZE_HH my %alias1 = ( # Icky 3.2 names with parentheses. |