timesum() wasn't @EXPORTed as promised by the documentation.
Jarkko Hietaniemi [Sat, 4 Sep 1999 21:54:42 +0000 (21:54 +0000)]
Bug reported by Alex Efros <powerman@inart.kharkov.com>.

p4raw-id: //depot/cfgperl@4077

lib/Benchmark.pm

index ef12d02..b3282b6 100644 (file)
@@ -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;