Skip to content

Commit

Permalink
- require perl 5.8 because 5.6.2's Benchmark.pm doesn't have a :hires…
Browse files Browse the repository at this point in the history
…wallclock

git-svn-id: http://svn.coderepos.org/share/lang/perl/App-Benchmark/trunk@22974 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
Marcel Gruenauer committed Nov 7, 2008
1 parent 7d5c25e commit 7666393
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension App-Benchmark

0.03 Fri Nov 7 20:44:26 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
- require perl 5.8 because 5.6.2's Benchmark.pm doesn't have a
:hireswallclock

0.02 Sun Nov 2 23:55:40 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
- documented that rjbs came up with the idea
- export benchmark_diag() by default now
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include 'Module::AutoInstall';

name 'App-Benchmark';
all_from 'lib/App/Benchmark.pm';
perl_version '5.006';
perl_version '5.008';

requires 'Benchmark';
requires 'IO::Capture::Stdout';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Benchmark.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Benchmark qw(cmpthese timethese :hireswallclock);
use IO::Capture::Stdout;


our $VERSION = '0.02';
our $VERSION = '0.03';


use base 'Exporter';
Expand Down

0 comments on commit 7666393

Please sign in to comment.