summaryrefslogtreecommitdiff
path: root/ext/File
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-27 16:58:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-27 16:58:53 +0000
commit11fe14b1c777b120f18b8463917f305b1af20e90 (patch)
tree59490b6972c51fc8840f974f812c9b5b29f13376 /ext/File
parent3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864 (diff)
downloadperl-11fe14b1c777b120f18b8463917f305b1af20e90.tar.gz
tweak comment about core glob()
p4raw-id: //depot/perl@5287
Diffstat (limited to 'ext/File')
-rw-r--r--ext/File/Glob/Glob.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm
index 6026499a80..f703a0b183 100644
--- a/ext/File/Glob/Glob.pm
+++ b/ext/File/Glob/Glob.pm
@@ -181,7 +181,8 @@ File::Glob - Perl extension for BSD glob routine
# an error occurred reading $homedir
}
- ## override the core glob (even with -T)
+ ## override the core glob (core glob() does this automatically
+ ## by default anyway, since v5.6.0)
use File::Glob ':globally';
my @sources = <*.{c,h,y}>