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/open.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/open.pm')
-rw-r--r-- | lib/open.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index 007b66712d..d771fcb0bb 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -1,7 +1,7 @@ package open; use warnings; use Carp; -$open::hint_bits = 0x20000; +$open::hint_bits = 0x20000; # HINT_LOCALIZE_HH our $VERSION = '1.01'; |