diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm b/Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm index 7bb4457efb8..8e44ea3a4b1 100644 --- a/Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm +++ b/Master/tlpkg/tlperl/lib/App/Prove/State/Result.pm @@ -1,10 +1,10 @@ package App::Prove::State::Result; use strict; +use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; -use vars qw($VERSION); use constant STATE_VERSION => 1; @@ -14,11 +14,11 @@ App::Prove::State::Result - Individual test suite results. =head1 VERSION -Version 3.26 +Version 3.30 =cut -$VERSION = '3.26'; +our $VERSION = '3.30'; =head1 DESCRIPTION @@ -29,7 +29,7 @@ single test suite run. =head1 SYNOPSIS # Re-run failed tests - $ prove --state=fail,save -rbv + $ prove --state=failed,save -rbv =cut |