From: Gurusamy Sarathy Date: Sun, 27 Feb 2000 16:58:53 +0000 (+0000) Subject: tweak comment about core glob() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11fe14b1c777b120f18b8463917f305b1af20e90;p=p5sagit%2Fp5-mst-13.2.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}>