summaryrefslogtreecommitdiff
path: root/pod/perl5005delta.pod
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2001-03-15 20:01:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-16 02:53:32 +0000
commitcea6626fc5e04af2c1d079dd4d3784eb2c21174b (patch)
tree90eadfaeaab2755554409cb8b6cc868e4054fcef /pod/perl5005delta.pod
parent8722d079bea855032e83d28746a234953bd00d85 (diff)
downloadperl-cea6626fc5e04af2c1d079dd4d3784eb2c21174b.tar.gz
the uncontroversial doc patches
Message-ID: <20010315200112.A7636@firedrake.org> p4raw-id: //depot/perl@9175
Diffstat (limited to 'pod/perl5005delta.pod')
-rw-r--r--pod/perl5005delta.pod6
1 files changed, 2 insertions, 4 deletions
diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod
index 4b50f402c4..78bf90f616 100644
--- a/pod/perl5005delta.pod
+++ b/pod/perl5005delta.pod
@@ -609,6 +609,8 @@ Various pragmata to control behavior of regular expressions.
You can now run tests for I<x> seconds instead of guessing the right
number of tests to run.
+Keeps better time.
+
=item Carp
Carp has a new function cluck(). cluck() warns, like carp(), but also adds
@@ -666,10 +668,6 @@ See <perlmodinstall> and L<CPAN>.
Cwd::cwd is faster on most platforms.
-=item Benchmark
-
-Keeps better time.
-
=back
=head1 Utility Changes