From: Gurusamy Sarathy Date: Sun, 27 Feb 2000 16:58:53 +0000 (+0000) Subject: tweak comment about core glob() X-Git-Tag: accepted/trunk/20130322.191538~35365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11fe14b1c777b120f18b8463917f305b1af20e90;p=platform%2Fupstream%2Fperl.git tweak comment about core glob() p4raw-id: //depot/perl@5287 --- 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}>