From: Mark-Jason Dominus <mjd@plover.com> Date: Tue, 5 Mar 2002 05:35:58 +0000 (+0000) Subject: DOC PATCH 5.7.3 (perldelta) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9000bd0277c117489e3b2c59caaa1f1d048b72de;p=p5sagit%2Fp5-mst-13.2.git DOC PATCH 5.7.3 (perldelta) Message-Id: <20020305053558.31677.qmail@plover.com> p4raw-id: //depot/perl@15040 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 962747a..e9d35ec 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.