This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak comment about core glob()
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 27 Feb 2000 16:58:53 +0000 (16:58 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 27 Feb 2000 16:58:53 +0000 (16:58 +0000)
p4raw-id: //depot/perl@5287

ext/File/Glob/Glob.pm

index 6026499..f703a0b 100644 (file)
@@ -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}>