summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm b/Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm
index f626f1da774..21f20a12e61 100644
--- a/Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm
+++ b/Master/tlpkg/tlperl/lib/App/Prove/State/Result/Test.pm
@@ -1,8 +1,7 @@
package App::Prove::State::Result::Test;
use strict;
-
-use vars qw($VERSION);
+use warnings;
=head1 NAME
@@ -10,11 +9,11 @@ App::Prove::State::Result::Test - Individual test results.
=head1 VERSION
-Version 3.26
+Version 3.30
=cut
-$VERSION = '3.26';
+our $VERSION = '3.30';
=head1 DESCRIPTION
@@ -25,7 +24,7 @@ single test.
=head1 SYNOPSIS
# Re-run failed tests
- $ prove --state=fail,save -rbv
+ $ prove --state=failed,save -rbv
=cut