From: Linda Walsh (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38892-132143.0.
516271519365361@perl.org>
p4raw-id: //depot/perl@27906
clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.07;
+$VERSION = 1.08;
# --- ':hireswallclock' special handling
my $class = shift;
if (grep { $_ eq ":hireswallclock" } @_) {
@_ = grep { $_ ne ":hireswallclock" } @_;
+ local $^W=0;
*mytime = $hirestime if defined $hirestime;
}
Benchmark->export_to_level(1, $class, @_);