summaryrefslogtreecommitdiff
path: root/pod/perlfilter.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-04-20 10:11:41 -0600
committerKarl Williamson <khw@cpan.org>2017-04-20 11:06:04 -0600
commit9c6deb98463c4996dd4479beb0631ed6bb77da51 (patch)
treee344fab56711095edbe7eead6d5982f10ea5a669 /pod/perlfilter.pod
parent0b27f0f19a6015689192dce9d16ddb9b6aa62a3f (diff)
downloadperl-9c6deb98463c4996dd4479beb0631ed6bb77da51.tar.gz
Remove refs to bare ?RE? in pods
Diffstat (limited to 'pod/perlfilter.pod')
-rw-r--r--pod/perlfilter.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod
index b61b6f97b0..f81ee8a1c0 100644
--- a/pod/perlfilter.pod
+++ b/pod/perlfilter.pod
@@ -564,9 +564,7 @@ and thus is does not work inside a string eval, the presence of
regexes with embedded newlines that are specified with raw C</.../>
delimiters and don't have a modifier C</x> are indistinguishable from
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
+you must use C<m/.../> or C<m?...?> for such patterns. See
L<http://search.cpan.org/perldoc?Switch#LIMITATIONS>
Currently the content of the C<__DATA__> block is not filtered.