Skip to content

Commit

Permalink
podchecker doesn't like C</bin/csh> so we change it to Bash for simpl…
Browse files Browse the repository at this point in the history
…icity
  • Loading branch information
scottchiefbaker committed May 27, 2021
1 parent e116679 commit 125fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlfunc.pod
Expand Up @@ -3370,7 +3370,7 @@ X<glob> X<wildcard> X<filename, expansion> X<expand>
=for Pod::Functions expand filenames using wildcards

In list context, returns a (possibly empty) list of filename expansions on
the value of EXPR such as the standard Unix shell C</bin/csh> would do. In
the value of EXPR such as the Unix shell Bash would do. In
scalar context, glob iterates through such filename expansions, returning
L<C<undef>|/undef EXPR> when the list is exhausted. If EXPR is omitted,
L<C<$_>|perlvar/$_> is used.
Expand Down

0 comments on commit 125fcf6

Please sign in to comment.