summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/lib/TAP/Parser/Result.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-07 23:08:32 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-07 23:08:32 +0100
commit26c014b2af00ac88008218a92a598f8644e0d236 (patch)
treef81ce32aa8304bdd6ed8d5fbc7a32dffee8b4c47 /cpan/Test-Harness/lib/TAP/Parser/Result.pm
parent275943c0f1e0899ce564fa0bfacbba8adab591c1 (diff)
downloadperl-26c014b2af00ac88008218a92a598f8644e0d236.tar.gz
Update Test-Harness to CPAN version 3.31
[DELTA] 3.31 2014-06-07 - Implement external rulesfile for TAP::Harness (David Golden) - Add harness_class argument to TAP::Harness::Env (Leon Timmermans) - Make prove respect environmental variables #28 (Leon Timmermans)
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser/Result.pm')
-rw-r--r--cpan/Test-Harness/lib/TAP/Parser/Result.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser/Result.pm b/cpan/Test-Harness/lib/TAP/Parser/Result.pm
index eaad1d2f41..1b2fce1165 100644
--- a/cpan/Test-Harness/lib/TAP/Parser/Result.pm
+++ b/cpan/Test-Harness/lib/TAP/Parser/Result.pm
@@ -24,11 +24,11 @@ TAP::Parser::Result - Base class for TAP::Parser output objects
=head1 VERSION
-Version 3.30
+Version 3.31
=cut
-our $VERSION = '3.30';
+our $VERSION = '3.31';
=head1 SYNOPSIS