From 222032e91d99fdc6aa6929e916dce4fc11570415 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 24 Oct 2011 16:43:51 -0700 Subject: [PATCH] Correct comment in Glob.pm <...> is a double-quotish construct. --- ext/File-Glob/Glob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm index 30263d9..c5809c9 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 -- 2.7.4