This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4b19e
)
tweak comment about core glob()
author
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 27 Feb 2000 16:58:53 +0000
(16:58 +0000)
committer
Gurusamy 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
patch
|
blob
|
blame
|
history
diff --git
a/ext/File/Glob/Glob.pm
b/ext/File/Glob/Glob.pm
index
6026499
..
f703a0b
100644
(file)
--- 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}>