diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-07 12:13:25 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-07 12:48:51 +0000 |
commit | c1777a2078b09e46c508079c52cd1a83135a2fb6 (patch) | |
tree | 4518bf0856b174bd1ace710f3dcfb18f7708e884 /cpan/Test-Harness/lib/App/Prove/State.pm | |
parent | 3709f1d4bd0179938a418d9337449fdf20a783bc (diff) | |
download | perl-c1777a2078b09e46c508079c52cd1a83135a2fb6.tar.gz |
Update Test-Harness to CPAN version 3.34
[DELTA]
3.34 2014-11-02
- Enable printing CPU times spent per test (Jarkko Hietaniemi)
Diffstat (limited to 'cpan/Test-Harness/lib/App/Prove/State.pm')
-rw-r--r-- | cpan/Test-Harness/lib/App/Prove/State.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/App/Prove/State.pm b/cpan/Test-Harness/lib/App/Prove/State.pm index c41ecd742f..34d91c77dc 100644 --- a/cpan/Test-Harness/lib/App/Prove/State.pm +++ b/cpan/Test-Harness/lib/App/Prove/State.pm @@ -25,11 +25,11 @@ App::Prove::State - State storage for the C<prove> command. =head1 VERSION -Version 3.33 +Version 3.34 =cut -our $VERSION = '3.33'; +our $VERSION = '3.34'; =head1 DESCRIPTION |