summaryrefslogtreecommitdiff
path: root/pod/perlfilter.pod
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-09-12 22:38:27 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-09-13 00:23:12 -0500
commit0b7fa637773b570a12516ce42394aa08adbf8d5c (patch)
treefcbc1c9a83ee8a83ad5a389e389d795d7aa28a33 /pod/perlfilter.pod
parent401624ce9e08d13d7bb66fa7c6a1c0ac2c9122dd (diff)
downloadperl-0b7fa637773b570a12516ce42394aa08adbf8d5c.tar.gz
Update Filter-Util-Call to CPAN version 1.60
[DELTA] 1.60 2020-08-05 rurban - Increase t/call.t verbosity on failures (PR #12 aatomic) - Push cwd to @INC for PERL_CORE (PR #11 jkeenan) - Update search.cpan.org link to metacpan (PR #10 Grinnz)
Diffstat (limited to 'pod/perlfilter.pod')
-rw-r--r--pod/perlfilter.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod
index 6b15eccf95..959deefef1 100644
--- a/pod/perlfilter.pod
+++ b/pod/perlfilter.pod
@@ -571,7 +571,7 @@ code chunks beginning with the division operator C</>. As a workaround
you must use C<m/.../> or C<m?...?> for such patterns. Also, the presence of
regexes specified with raw C<?...?> delimiters may cause mysterious
errors. The workaround is to use C<m?...?> instead. See
-L<https://search.cpan.org/perldoc?Switch#LIMITATIONS>
+L<https://metacpan.org/pod/Switch#LIMITATIONS>.
Currently the content of the C<__DATA__> block is not filtered.