summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-02 10:45:57 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 17:11:12 +0200
commitdbd04185fe7ac500c7afdd3a78e892e62de3ccc6 (patch)
treec20c8febb7fd79166d8db2fb0e7efea93461fe84 /cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
parent7d2b61dd6d5e3e16130e52e4f1549c2a79196700 (diff)
downloadperl-dbd04185fe7ac500c7afdd3a78e892e62de3ccc6.tar.gz
Update Test-Harness to CPAN version 3.27
[DELTA] 3.28 2013-05-02 - Bugfix: Fix taint failures on Windows (Jan Dubois) 3.27 2013-04-30 - Dramatically reduce memory usage (Nick Clark, RT #84939) - Store test_num (in Grammar.pm) as a number instead of a string. Reduces memory usage (Nick Clark, RT #84939) - PERL5LIB is always propogated to a test's @INC, even with taint more (Schwern, RT #84377) The local modifications to t/source.t are retained. [rt.cpan.org #64353]
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm')
-rw-r--r--cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
index f92b43a78c..9e0cbadeff 100644
--- a/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
+++ b/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
@@ -12,11 +12,11 @@ TAP::Parser::Result::YAML - YAML result token.
=head1 VERSION
-Version 3.26
+Version 3.28
=cut
-$VERSION = '3.26';
+$VERSION = '3.28';
=head1 DESCRIPTION