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, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 2133fcf28e..7997a3890a 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -955,7 +955,7 @@ You cannot get stack frame information or in any fashion debug functions
that were not compiled by Perl, such as those from C or C++ extensions.
If you alter your @_ arguments in a subroutine (such as with C<shift>
-or C<pop>, the stack backtrace will not show the original values.
+or C<pop>), the stack backtrace will not show the original values.
The debugger does not currently work in conjunction with the B<-W>
command-line switch, because it itself is not free of warnings.