From 11fe14b1c777b120f18b8463917f305b1af20e90 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 27 Feb 2000 16:58:53 +0000 Subject: [PATCH] tweak comment about core glob() p4raw-id: //depot/perl@5287 --- ext/File/Glob/Glob.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index 6026499..f703a0b 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}> -- 2.7.4