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/File | |
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/File')
-rw-r--r-- | lib/File/Basename.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 1c9a419313..ed59e9a7a0 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -130,7 +130,7 @@ directory name to be F<.>). # not be available. BEGIN { unless (eval { require re; }) - { eval ' sub re::import { $^H |= 0x00100000; } ' } + { eval ' sub re::import { $^H |= 0x00100000; } ' } # HINT_RE_TAINT import re 'taint'; } |