summaryrefslogtreecommitdiff
path: root/ext/File-Glob
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-24 16:43:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-24 16:43:51 -0700
commit222032e91d99fdc6aa6929e916dce4fc11570415 (patch)
tree31ffb2fb6ccd1dd97a1821c2c071b92aaa69ac11 /ext/File-Glob
parentab686ae8de0f4425f6f84f77e7e38e2e32b3d3f6 (diff)
downloadperl-222032e91d99fdc6aa6929e916dce4fc11570415.tar.gz
Correct comment in Glob.pm
<...> is a double-quotish construct.
Diffstat (limited to 'ext/File-Glob')
-rw-r--r--ext/File-Glob/Glob.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm
index 30263d92a8..c5809c9a08 100644
--- a/ext/File-Glob/Glob.pm
+++ b/ext/File-Glob/Glob.pm
@@ -88,7 +88,7 @@ sub csh_glob {
# shouldn't trigger ParseWords. Patterns
# with a trailing space must be passed
# to ParseWords, in case it is escaped,
- # as in <\ >.
+ # as in glob('\ ').
if ($pat =~ /[\s"']/) {
# XXX this is needed for compatibility with the csh
# implementation in Perl. Need to support a flag