Changeset 22727 for lang/perl/App-Benchmark
- Timestamp:
- 11/05/08 02:35:01 (5 years ago)
- Location:
- lang/perl/App-Benchmark/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/App/Benchmark.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Benchmark/trunk/Changes
r22608 r22727 3 3 0.02 Sun Nov 2 23:55:40 CET 2008 (Marcel Gruenauer <marcel@cpan.org>) 4 4 - documented that rjbs came up with the idea 5 - export benchmark_diag() by default now 5 6 6 7 0.01 Sun Nov 2 21:31:53 CET 2008 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/App-Benchmark/trunk/lib/App/Benchmark.pm
r22608 r22727 14 14 15 15 16 our %EXPORT_TAGS = ( 17 util => [ qw/benchmark_diag/ ], 18 ); 19 20 our @EXPORT_OK = @{ $EXPORT_TAGS{all} = [ map { @$_ } values %EXPORT_TAGS ] }; 16 our @EXPORT = ('benchmark_diag'); 21 17 22 18 … … 58 54 # This is t/benchmark.t: 59 55 60 use App::Benchmark ':all';56 use App::Benchmark; 61 57 62 58 benchmark_diag(2_000_000, { … … 74 70 Ricardo Signes came up with the idea. 75 71 76 =head1 EXPORTS 77 78 Nothing is exported automatically. The function can be exported using its name 79 or the C<:all> tag. 72 =head1 FUNCTIONS 80 73 81 74 =over 4 … … 87 80 them, each line prefixed by a hash sign so it doesn't mess up the TAP output. 88 81 Also, a pseudotest is being generated to keep the testing framework happy. 82 83 This function is exported automatically. 89 84 90 85 =back
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)