Skip to content

Commit

Permalink
Correct some links so the tests don't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed May 27, 2021
1 parent 125fcf6 commit 9168de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/perlfunc.pod
Expand Up @@ -3391,7 +3391,7 @@ use C<glob> instead as it is more readable and searchable.
my @txt_files = <"*.txt">;

If you need case insensitive file globbing that can be achieved using the
C<:nocase> parameter of the L<File:::Glob> module.
C<:nocase> parameter of the L<C<bsd_glob>|File::Glob/C<bsd_glob>> module.

use File::Glob qw(:globally :nocase);

Expand Down Expand Up @@ -3424,7 +3424,7 @@ each pairing of fruits and colors:
my @many = glob("{apple,tomato,cherry}={green,yellow,red}");

This operator is implemented using the standard C<File::Glob> extension.
See L<File::Glob> for details, including
See L<C<bsd_glob>|File::Glob/C<bsd_glob>> for details, including
L<C<bsd_glob>|File::Glob/C<bsd_glob>>, which does not treat whitespace
as a pattern separator.

Expand Down

0 comments on commit 9168de5

Please sign in to comment.