From: Jarkko Hietaniemi Date: Sat, 4 Sep 1999 21:54:42 +0000 (+0000) Subject: timesum() wasn't @EXPORTed as promised by the documentation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33841f1e9a1edda79baff1d226804cb15d362111;p=p5sagit%2Fp5-mst-13.2.git timesum() wasn't @EXPORTed as promised by the documentation. Bug reported by Alex Efros . p4raw-id: //depot/cfgperl@4077 --- diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index ef12d02..b3282b6 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;