From: Mark-Jason Dominus 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 =item * +The debugger has a new C option to control the maximum +depth to which nested structures are dumped. The C command has +been extended so that C dumps out the value of I to a +depth of at most I levels. + +=item * + If an attempt to use a (non-blessed) reference as an array index is made, a warning is given.