diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | a24a9dfe419a4e896a2dc07fc8b6a50598344a7b (patch) | |
tree | 8ab7cc138be088f4461435c290b1cad6e2c23ed7 /lib/Benchmark.pm | |
parent | e14baed2d4b81bc0e4a34d42e726ea5b8c11fd7d (diff) | |
download | perl-a24a9dfe419a4e896a2dc07fc8b6a50598344a7b.tar.gz |
perl 5.003_06: lib/Benchmark.pm
Date: Sat, 28 Sep 1996 17:01:22 +0300 (EET DST)
From: Jarkko Hietaniemi <jhi@cc.hut.fi>
Subject: a really really tiny typo
Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST)
From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk>
Subject: Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r-- | lib/Benchmark.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index 9929e6e0be..c382fcb1c4 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -40,7 +40,7 @@ Returns the current time. Example: # ... your code here ... $t1 = new Benchmark; $td = timediff($t1, $t0); - print "the code took:",timestr($dt),"\n"; + print "the code took:",timestr($td),"\n"; =item debug @@ -146,14 +146,14 @@ than a short test; try: The system time of the null loop might be slightly more than the system time of the loop with the actual -code and therefore the difference might end up being < 0. +code and therefore the difference might end up being E<lt> 0. More documentation is needed :-( especially for styles and formats. =head1 AUTHORS -Jarkko Hietaniemi <Jarkko.Hietaniemi@hut.fi>, -Tim Bunce <Tim.Bunce@ig.co.uk> +Jarkko Hietaniemi E<lt>F<Jarkko.Hietaniemi@hut.fi>E<gt>, +Tim Bunce E<lt>F<Tim.Bunce@ig.co.uk>E<gt> =head1 MODIFICATION HISTORY |