diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Benchmark.pm | 2 |
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; |