summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 962747aa3c..e9d35eccf6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2329,6 +2329,13 @@ See L<perldebug>
=item *
+The debugger has a new C<dumpDepth> option to control the maximum
+depth to which nested structures are dumped. The C<x> command has
+been extended so that C<x N EXPR> dumps out the value of I<EXPR> to a
+depth of at most I<N> levels.
+
+=item *
+
If an attempt to use a (non-blessed) reference as an array index
is made, a warning is given.