summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 0aff91a558..5e95199384 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -182,10 +182,12 @@ accessible.
=item /pattern/
Search forwards for pattern (a Perl regex); final / is optional.
+The search is case-independent by default.
=item ?pattern?
Search backwards for pattern; final ? is optional.
+The search is case-independent by default.
=item L