Changeset 22599 for lang/perl/App-Benchmark
- Timestamp:
- 11/03/08 07:50:44 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/App-Benchmark/trunk/lib/App/Benchmark.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Benchmark/trunk/lib/App/Benchmark.pm
r22597 r22599 29 29 $capture->stop; 30 30 31 print "# $_" for $capture->read; 31 { 32 my $previous_default = select(STDOUT); 33 $|++; # autoflush STDOUT 34 select(STDERR); 35 $|++; # autoflush STDERR 36 select($previous_default); 37 } 38 39 chomp(my @lines = $capture->read); 40 warn "# $_\n" for @lines; 41 32 42 plan tests => 1; 33 43 pass('benchmark');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)