From a1686c72d588d0df3b5caae0936b4e635ea8b20e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 3 Mar 2004 23:01:56 +0000 Subject: [PATCH] A couple of notes in perl591delta (about Benchmark and the debugger.) p4raw-id: //depot/perl@22429 --- pod/perl591delta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index aa4ef9d..96fea4c 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -68,6 +68,11 @@ C<-x $file && -w _ && -f _>. See L. =over 4 +=item Benchmark + +In C, cmpthese() and timestr() now use the time statistics of +children instead of parent when the selected style is 'nop'. + =item Carp The error messages produced by C now include spaces between the @@ -110,6 +115,10 @@ The documentation has been revised in places to produce more standard manpages. The long-existing feature of C regexps setting C<$_> and pos() is now documented. +The perl debugger now supports a C command, to save the current +history to a file, and an C command, which prints the inheritance tree +of its argument (if the C module is installed.) + =head1 Performance Enhancements =head1 Installation and Configuration Improvements -- 2.7.4