Correct comment in Glob.pm
authorFather Chrysostomos <sprout@cpan.org>
Mon, 24 Oct 2011 23:43:51 +0000 (16:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 24 Oct 2011 23:43:51 +0000 (16:43 -0700)
<...> is a double-quotish construct.

ext/File-Glob/Glob.pm

index 30263d9..c5809c9 100644 (file)
@@ -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