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/filetest.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/filetest.pm')
-rw-r--r-- | lib/filetest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.pm b/lib/filetest.pm index 7eb58a68b1..8aa4a77f82 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -50,7 +50,7 @@ operators is a filename, not when it is a filehandle. =cut -$filetest::hint_bits = 0x00400000; +$filetest::hint_bits = 0x00400000; # HINT_FILETEST_ACCESS sub import { if ( $_[1] eq 'access' ) { |