summaryrefslogtreecommitdiff
path: root/pod/perl591delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-03 23:01:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-03 23:01:56 +0000
commita1686c72d588d0df3b5caae0936b4e635ea8b20e (patch)
treead278f0c051e67d05f2c84791b9a6b5aa9168173 /pod/perl591delta.pod
parent781fdd31c45ee21aa9675df3050b620715e9208d (diff)
downloadperl-a1686c72d588d0df3b5caae0936b4e635ea8b20e.tar.gz
A couple of notes in perl591delta
(about Benchmark and the debugger.) p4raw-id: //depot/perl@22429
Diffstat (limited to 'pod/perl591delta.pod')
-rw-r--r--pod/perl591delta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod
index aa4ef9df99..96fea4cd35 100644
--- a/pod/perl591delta.pod
+++ b/pod/perl591delta.pod
@@ -68,6 +68,11 @@ C<-x $file && -w _ && -f _>. See L<perlfunc/-X>.
=over 4
+=item Benchmark
+
+In C<Benchmark>, 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<Carp> 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<save> command, to save the current
+history to a file, and an C<i> command, which prints the inheritance tree
+of its argument (if the C<Class::ISA> module is installed.)
+
=head1 Performance Enhancements
=head1 Installation and Configuration Improvements