Be more robust on "extreme" (large absolute value)
[p5sagit/p5-mst-13.2.git] / t / lib / dprof.t
index 9374151..4d6f782 100755 (executable)
@@ -5,6 +5,10 @@ BEGIN {
     unshift @INC, '../lib';
 }
 
+END {
+    unlink 'tmon.out', 'err';
+}
+
 use Benchmark qw( timediff timestr );
 use Getopt::Std 'getopts';
 use Config '%Config';