Re: [PATCH 5.005_60] distclean forgot two
John Tobey [Mon, 23 Aug 1999 02:10:11 +0000 (22:10 -0400)]
To: ilya@math.ohio-state.edu
CC: perl5-porters@perl.org
Message-Id: <m11InJ5-000FPCC@feynman.localnet>

p4raw-id: //depot/cfgperl@4067

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';