Bug reported by Alex Efros <powerman@inart.kharkov.com>.
p4raw-id: //depot/cfgperl@4077
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;