summaryrefslogtreecommitdiff
path: root/lib/Benchmark.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-04 21:54:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-04 21:54:42 +0000
commit33841f1e9a1edda79baff1d226804cb15d362111 (patch)
tree04d3b234c67ee6d93392fb267e9137e2ca127d33 /lib/Benchmark.pm
parentd3a6a6fe5a9e3ef67f27330d1df0f6940f52d6a2 (diff)
downloadperl-33841f1e9a1edda79baff1d226804cb15d362111.tar.gz
timesum() wasn't @EXPORTed as promised by the documentation.
Bug reported by Alex Efros <powerman@inart.kharkov.com>. p4raw-id: //depot/cfgperl@4077
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r--lib/Benchmark.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm
index ef12d02fcb..b3282b6223 100644
--- a/lib/Benchmark.pm
+++ b/lib/Benchmark.pm
@@ -253,7 +253,7 @@ sub _doeval { eval shift }
use Carp;
use Exporter;
@ISA=(Exporter);
-@EXPORT=qw(timeit timethis timethese timediff timestr);
+@EXPORT=qw(timeit timethis timethese timediff timesum timestr);
@EXPORT_OK=qw(clearcache clearallcache disablecache enablecache);
&init;