summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-02-28 05:05:56 +0000
committerbailey <bailey@newman.upenn.edu>2000-02-28 05:05:56 +0000
commit6716b3aec0ab1085473f561b8164177fb42e17ea (patch)
treefecff548166ed02918e1f10f4f71fdca114377af /ext
parent6fd19b738d71581de2c49d6ad5cd1dc72fa3f89d (diff)
parentc7b9dd210bc8835ea8e4750a4d97a670da01ea70 (diff)
downloadperl-6716b3aec0ab1085473f561b8164177fb42e17ea.tar.gz
Integrate mainline
p4raw-id: //depot/vmsperl@5311
Diffstat (limited to 'ext')
-rw-r--r--ext/File/Glob/Glob.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm
index 6026499a80..f703a0b183 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}>