From 627c29994dfe4736c254c06508b2506e196455de Mon Sep 17 00:00:00 2001 From: Ovid Date: Wed, 16 Jan 2013 07:39:15 +0100 Subject: [PATCH] Bumped up to 3.26 for release. --- Changes | 2 +- META.yml | 100 +++++++++---------- lib/App/Prove.pm | 4 +- lib/App/Prove/State.pm | 4 +- lib/App/Prove/State/Result.pm | 4 +- lib/App/Prove/State/Result/Test.pm | 4 +- lib/TAP/Base.pm | 4 +- lib/TAP/Formatter/Base.pm | 4 +- lib/TAP/Formatter/Color.pm | 4 +- lib/TAP/Formatter/Console.pm | 4 +- lib/TAP/Formatter/Console/ParallelSession.pm | 4 +- lib/TAP/Formatter/Console/Session.pm | 4 +- lib/TAP/Formatter/File.pm | 4 +- lib/TAP/Formatter/File/Session.pm | 4 +- lib/TAP/Formatter/Session.pm | 4 +- lib/TAP/Harness.pm | 4 +- lib/TAP/Object.pm | 4 +- lib/TAP/Parser.pm | 4 +- lib/TAP/Parser/Aggregator.pm | 4 +- lib/TAP/Parser/Grammar.pm | 4 +- lib/TAP/Parser/Iterator.pm | 4 +- lib/TAP/Parser/Iterator/Array.pm | 4 +- lib/TAP/Parser/Iterator/Process.pm | 4 +- lib/TAP/Parser/Iterator/Stream.pm | 4 +- lib/TAP/Parser/IteratorFactory.pm | 4 +- lib/TAP/Parser/Multiplexer.pm | 4 +- lib/TAP/Parser/Result.pm | 4 +- lib/TAP/Parser/Result/Bailout.pm | 4 +- lib/TAP/Parser/Result/Comment.pm | 4 +- lib/TAP/Parser/Result/Plan.pm | 4 +- lib/TAP/Parser/Result/Pragma.pm | 4 +- lib/TAP/Parser/Result/Test.pm | 4 +- lib/TAP/Parser/Result/Unknown.pm | 4 +- lib/TAP/Parser/Result/Version.pm | 4 +- lib/TAP/Parser/Result/YAML.pm | 4 +- lib/TAP/Parser/ResultFactory.pm | 4 +- lib/TAP/Parser/Scheduler.pm | 4 +- lib/TAP/Parser/Scheduler/Job.pm | 4 +- lib/TAP/Parser/Scheduler/Spinner.pm | 4 +- lib/TAP/Parser/Source.pm | 4 +- lib/TAP/Parser/SourceHandler.pm | 4 +- lib/TAP/Parser/SourceHandler/Executable.pm | 4 +- lib/TAP/Parser/SourceHandler/File.pm | 4 +- lib/TAP/Parser/SourceHandler/Handle.pm | 4 +- lib/TAP/Parser/SourceHandler/Perl.pm | 4 +- lib/TAP/Parser/SourceHandler/RawTAP.pm | 4 +- lib/TAP/Parser/Utils.pm | 4 +- lib/TAP/Parser/YAMLish/Reader.pm | 4 +- lib/TAP/Parser/YAMLish/Writer.pm | 4 +- lib/Test/Harness.pm | 4 +- 50 files changed, 147 insertions(+), 147 deletions(-) diff --git a/Changes b/Changes index aa6238f2..88039e59 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ Revision history for Test-Harness - Renamed env.opts.t to env_opts.t (for VMS) - Skipped some TAP::Formatter::HTML tests due to this bug: #82738 -3.25 2012-06-05 +3.26 2012-06-05 - Rereleased to fix CPAN permission problem. No functional change. 3.24 2012-06-03 diff --git a/META.yml b/META.yml index 82872c85..1ba5174b 100644 --- a/META.yml +++ b/META.yml @@ -4,7 +4,7 @@ author: - 'Andy Armstrong C<< >>' build_requires: {} dynamic_config: 1 -generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120351' +generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630' keywords: - TAP - 'test harness' @@ -17,148 +17,148 @@ name: Test-Harness provides: App::Prove: file: lib/App/Prove.pm - version: 3.25 + version: 3.26 App::Prove::State: file: lib/App/Prove/State.pm - version: 3.25 + version: 3.26 App::Prove::State::Result: file: lib/App/Prove/State/Result.pm - version: 3.25 + version: 3.26 App::Prove::State::Result::Test: file: lib/App/Prove/State/Result/Test.pm - version: 3.25 + version: 3.26 TAP::Base: file: lib/TAP/Base.pm - version: 3.25 + version: 3.26 TAP::Formatter::Base: file: lib/TAP/Formatter/Base.pm - version: 3.25 + version: 3.26 TAP::Formatter::Color: file: lib/TAP/Formatter/Color.pm - version: 3.25 + version: 3.26 TAP::Formatter::Console: file: lib/TAP/Formatter/Console.pm - version: 3.25 + version: 3.26 TAP::Formatter::Console::ParallelSession: file: lib/TAP/Formatter/Console/ParallelSession.pm - version: 3.25 + version: 3.26 TAP::Formatter::Console::Session: file: lib/TAP/Formatter/Console/Session.pm - version: 3.25 + version: 3.26 TAP::Formatter::File: file: lib/TAP/Formatter/File.pm - version: 3.25 + version: 3.26 TAP::Formatter::File::Session: file: lib/TAP/Formatter/File/Session.pm - version: 3.25 + version: 3.26 TAP::Formatter::Session: file: lib/TAP/Formatter/Session.pm - version: 3.25 + version: 3.26 TAP::Harness: file: lib/TAP/Harness.pm - version: 3.25 + version: 3.26 TAP::Object: file: lib/TAP/Object.pm - version: 3.25 + version: 3.26 TAP::Parser: file: lib/TAP/Parser.pm - version: 3.25 + version: 3.26 TAP::Parser::Aggregator: file: lib/TAP/Parser/Aggregator.pm - version: 3.25 + version: 3.26 TAP::Parser::Grammar: file: lib/TAP/Parser/Grammar.pm - version: 3.25 + version: 3.26 TAP::Parser::Iterator: file: lib/TAP/Parser/Iterator.pm - version: 3.25 + version: 3.26 TAP::Parser::Iterator::Array: file: lib/TAP/Parser/Iterator/Array.pm - version: 3.25 + version: 3.26 TAP::Parser::Iterator::Process: file: lib/TAP/Parser/Iterator/Process.pm - version: 3.25 + version: 3.26 TAP::Parser::Iterator::Stream: file: lib/TAP/Parser/Iterator/Stream.pm - version: 3.25 + version: 3.26 TAP::Parser::IteratorFactory: file: lib/TAP/Parser/IteratorFactory.pm - version: 3.25 + version: 3.26 TAP::Parser::Multiplexer: file: lib/TAP/Parser/Multiplexer.pm - version: 3.25 + version: 3.26 TAP::Parser::Result: file: lib/TAP/Parser/Result.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Bailout: file: lib/TAP/Parser/Result/Bailout.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Comment: file: lib/TAP/Parser/Result/Comment.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Plan: file: lib/TAP/Parser/Result/Plan.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Pragma: file: lib/TAP/Parser/Result/Pragma.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Test: file: lib/TAP/Parser/Result/Test.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Unknown: file: lib/TAP/Parser/Result/Unknown.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::Version: file: lib/TAP/Parser/Result/Version.pm - version: 3.25 + version: 3.26 TAP::Parser::Result::YAML: file: lib/TAP/Parser/Result/YAML.pm - version: 3.25 + version: 3.26 TAP::Parser::ResultFactory: file: lib/TAP/Parser/ResultFactory.pm - version: 3.25 + version: 3.26 TAP::Parser::Scheduler: file: lib/TAP/Parser/Scheduler.pm - version: 3.25 + version: 3.26 TAP::Parser::Scheduler::Job: file: lib/TAP/Parser/Scheduler/Job.pm - version: 3.25 + version: 3.26 TAP::Parser::Scheduler::Spinner: file: lib/TAP/Parser/Scheduler/Spinner.pm - version: 3.25 + version: 3.26 TAP::Parser::Source: file: lib/TAP/Parser/Source.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler: file: lib/TAP/Parser/SourceHandler.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler::Executable: file: lib/TAP/Parser/SourceHandler/Executable.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler::File: file: lib/TAP/Parser/SourceHandler/File.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler::Handle: file: lib/TAP/Parser/SourceHandler/Handle.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler::Perl: file: lib/TAP/Parser/SourceHandler/Perl.pm - version: 3.25 + version: 3.26 TAP::Parser::SourceHandler::RawTAP: file: lib/TAP/Parser/SourceHandler/RawTAP.pm - version: 3.25 + version: 3.26 TAP::Parser::Utils: file: lib/TAP/Parser/Utils.pm - version: 3.25 + version: 3.26 TAP::Parser::YAMLish::Reader: file: lib/TAP/Parser/YAMLish/Reader.pm - version: 3.25 + version: 3.26 TAP::Parser::YAMLish::Writer: file: lib/TAP/Parser/YAMLish/Writer.pm - version: 3.25 + version: 3.26 Test::Harness: file: lib/Test/Harness.pm - version: 3.25 + version: 3.26 recommends: Pod::Usage: 1.12 resources: @@ -167,4 +167,4 @@ resources: license: http://dev.perl.org/licenses/ repository: http://github.com/Perl-Toolchain-Gang/Test-Harness/tree/master x_MailingList: mailto: -version: 3.25 +version: 3.26 diff --git a/lib/App/Prove.pm b/lib/App/Prove.pm index 93778758..67c691bf 100644 --- a/lib/App/Prove.pm +++ b/lib/App/Prove.pm @@ -17,11 +17,11 @@ App::Prove - Implements the C command. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State.pm b/lib/App/Prove/State.pm index ea5ce7d5..a9c38de6 100644 --- a/lib/App/Prove/State.pm +++ b/lib/App/Prove/State.pm @@ -26,11 +26,11 @@ App::Prove::State - State storage for the C command. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result.pm b/lib/App/Prove/State/Result.pm index 45b1bdec..7bb4457e 100644 --- a/lib/App/Prove/State/Result.pm +++ b/lib/App/Prove/State/Result.pm @@ -14,11 +14,11 @@ App::Prove::State::Result - Individual test suite results. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result/Test.pm b/lib/App/Prove/State/Result/Test.pm index ad9d96ae..f626f1da 100644 --- a/lib/App/Prove/State/Result/Test.pm +++ b/lib/App/Prove/State/Result/Test.pm @@ -10,11 +10,11 @@ App::Prove::State::Result::Test - Individual test results. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Base.pm b/lib/TAP/Base.pm index d3593399..ff8da427 100644 --- a/lib/TAP/Base.pm +++ b/lib/TAP/Base.pm @@ -14,11 +14,11 @@ and L =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; use constant GOT_TIME_HIRES => do { eval 'use Time::HiRes qw(time);'; diff --git a/lib/TAP/Formatter/Base.pm b/lib/TAP/Formatter/Base.pm index 421dc44f..af7b3fca 100644 --- a/lib/TAP/Formatter/Base.pm +++ b/lib/TAP/Formatter/Base.pm @@ -61,11 +61,11 @@ TAP::Formatter::Base - Base class for harness output delegates =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Color.pm b/lib/TAP/Formatter/Color.pm index 4934ad6f..16d6f79d 100644 --- a/lib/TAP/Formatter/Color.pm +++ b/lib/TAP/Formatter/Color.pm @@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console.pm b/lib/TAP/Formatter/Console.pm index b99c4139..0a9115f9 100644 --- a/lib/TAP/Formatter/Console.pm +++ b/lib/TAP/Formatter/Console.pm @@ -14,11 +14,11 @@ TAP::Formatter::Console - Harness output delegate for default console output =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/ParallelSession.pm b/lib/TAP/Formatter/Console/ParallelSession.pm index 876dd0a8..87390398 100644 --- a/lib/TAP/Formatter/Console/ParallelSession.pm +++ b/lib/TAP/Formatter/Console/ParallelSession.pm @@ -42,11 +42,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/Session.pm b/lib/TAP/Formatter/Console/Session.pm index 7d212173..f5b3dc12 100644 --- a/lib/TAP/Formatter/Console/Session.pm +++ b/lib/TAP/Formatter/Console/Session.pm @@ -28,11 +28,11 @@ TAP::Formatter::Console::Session - Harness output delegate for default console o =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File.pm b/lib/TAP/Formatter/File.pm index 1a2f49bb..8d94a2cf 100644 --- a/lib/TAP/Formatter/File.pm +++ b/lib/TAP/Formatter/File.pm @@ -15,11 +15,11 @@ TAP::Formatter::File - Harness output delegate for file output =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File/Session.pm b/lib/TAP/Formatter/File/Session.pm index 3ca0c5c3..9b61cab3 100644 --- a/lib/TAP/Formatter/File/Session.pm +++ b/lib/TAP/Formatter/File/Session.pm @@ -13,11 +13,11 @@ TAP::Formatter::File::Session - Harness output delegate for file output =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Session.pm b/lib/TAP/Formatter/Session.pm index 8d96e777..081ca9ae 100644 --- a/lib/TAP/Formatter/Session.pm +++ b/lib/TAP/Formatter/Session.pm @@ -25,11 +25,11 @@ TAP::Formatter::Session - Abstract base class for harness output delegate =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 METHODS diff --git a/lib/TAP/Harness.pm b/lib/TAP/Harness.pm index 79a0f877..c60d1d98 100644 --- a/lib/TAP/Harness.pm +++ b/lib/TAP/Harness.pm @@ -19,11 +19,11 @@ TAP::Harness - Run test scripts with statistics =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; $ENV{HARNESS_ACTIVE} = 1; $ENV{HARNESS_VERSION} = $VERSION; diff --git a/lib/TAP/Object.pm b/lib/TAP/Object.pm index 42e3acb8..6d0bc308 100644 --- a/lib/TAP/Object.pm +++ b/lib/TAP/Object.pm @@ -9,11 +9,11 @@ TAP::Object - Base class that provides common functionality to all C mod =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser.pm b/lib/TAP/Parser.pm index 1ed26175..95909032 100644 --- a/lib/TAP/Parser.pm +++ b/lib/TAP/Parser.pm @@ -24,11 +24,11 @@ TAP::Parser - Parse L output =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; my $DEFAULT_TAP_VERSION = 12; my $MAX_TAP_VERSION = 13; diff --git a/lib/TAP/Parser/Aggregator.pm b/lib/TAP/Parser/Aggregator.pm index 47b6bfd5..d2836e55 100644 --- a/lib/TAP/Parser/Aggregator.pm +++ b/lib/TAP/Parser/Aggregator.pm @@ -14,11 +14,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Grammar.pm b/lib/TAP/Parser/Grammar.pm index 4aee4439..aba4c660 100644 --- a/lib/TAP/Parser/Grammar.pm +++ b/lib/TAP/Parser/Grammar.pm @@ -15,11 +15,11 @@ TAP::Parser::Grammar - A grammar for the Test Anything Protocol. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator.pm b/lib/TAP/Parser/Iterator.pm index e4b3e72d..aebcb94a 100644 --- a/lib/TAP/Parser/Iterator.pm +++ b/lib/TAP/Parser/Iterator.pm @@ -13,11 +13,11 @@ TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Array.pm b/lib/TAP/Parser/Iterator/Array.pm index 8145a62b..a3bb6621 100644 --- a/lib/TAP/Parser/Iterator/Array.pm +++ b/lib/TAP/Parser/Iterator/Array.pm @@ -13,11 +13,11 @@ TAP::Parser::Iterator::Array - Iterator for array-based TAP sources =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Process.pm b/lib/TAP/Parser/Iterator/Process.pm index c41a4475..8f43f0a4 100644 --- a/lib/TAP/Parser/Iterator/Process.pm +++ b/lib/TAP/Parser/Iterator/Process.pm @@ -17,11 +17,11 @@ TAP::Parser::Iterator::Process - Iterator for process-based TAP sources =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Stream.pm b/lib/TAP/Parser/Iterator/Stream.pm index 8c22fc01..1d045744 100644 --- a/lib/TAP/Parser/Iterator/Stream.pm +++ b/lib/TAP/Parser/Iterator/Stream.pm @@ -13,11 +13,11 @@ TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/IteratorFactory.pm b/lib/TAP/Parser/IteratorFactory.pm index ad66167e..cda251e8 100644 --- a/lib/TAP/Parser/IteratorFactory.pm +++ b/lib/TAP/Parser/IteratorFactory.pm @@ -18,11 +18,11 @@ TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use fo =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Multiplexer.pm b/lib/TAP/Parser/Multiplexer.pm index f9938542..a3a23dae 100644 --- a/lib/TAP/Parser/Multiplexer.pm +++ b/lib/TAP/Parser/Multiplexer.pm @@ -18,11 +18,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result.pm b/lib/TAP/Parser/Result.pm index c2ea1d36..a0caebe2 100644 --- a/lib/TAP/Parser/Result.pm +++ b/lib/TAP/Parser/Result.pm @@ -26,11 +26,11 @@ TAP::Parser::Result - Base class for TAP::Parser output objects =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result/Bailout.pm b/lib/TAP/Parser/Result/Bailout.pm index 12c1aa90..14bef6c9 100644 --- a/lib/TAP/Parser/Result/Bailout.pm +++ b/lib/TAP/Parser/Result/Bailout.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Comment.pm b/lib/TAP/Parser/Result/Comment.pm index 9ab77644..8a2cb934 100644 --- a/lib/TAP/Parser/Result/Comment.pm +++ b/lib/TAP/Parser/Result/Comment.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::Comment - Comment result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Plan.pm b/lib/TAP/Parser/Result/Plan.pm index 4659c1c2..b515e61c 100644 --- a/lib/TAP/Parser/Result/Plan.pm +++ b/lib/TAP/Parser/Result/Plan.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::Plan - Plan result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Pragma.pm b/lib/TAP/Parser/Result/Pragma.pm index 3f98e138..0416e3a8 100644 --- a/lib/TAP/Parser/Result/Pragma.pm +++ b/lib/TAP/Parser/Result/Pragma.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::Pragma - TAP pragma token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Test.pm b/lib/TAP/Parser/Result/Test.pm index 5510c0a8..b977f71d 100644 --- a/lib/TAP/Parser/Result/Test.pm +++ b/lib/TAP/Parser/Result/Test.pm @@ -14,11 +14,11 @@ TAP::Parser::Result::Test - Test result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Unknown.pm b/lib/TAP/Parser/Result/Unknown.pm index fe422ac8..0d0e5830 100644 --- a/lib/TAP/Parser/Result/Unknown.pm +++ b/lib/TAP/Parser/Result/Unknown.pm @@ -14,11 +14,11 @@ TAP::Parser::Result::Unknown - Unknown result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Version.pm b/lib/TAP/Parser/Result/Version.pm index 72d6fff6..2380c433 100644 --- a/lib/TAP/Parser/Result/Version.pm +++ b/lib/TAP/Parser/Result/Version.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::Version - TAP syntax version token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/YAML.pm b/lib/TAP/Parser/Result/YAML.pm index 63e592f6..f92b43a7 100644 --- a/lib/TAP/Parser/Result/YAML.pm +++ b/lib/TAP/Parser/Result/YAML.pm @@ -12,11 +12,11 @@ TAP::Parser::Result::YAML - YAML result token. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/ResultFactory.pm b/lib/TAP/Parser/ResultFactory.pm index 616ffad1..729bf4fa 100644 --- a/lib/TAP/Parser/ResultFactory.pm +++ b/lib/TAP/Parser/ResultFactory.pm @@ -30,11 +30,11 @@ TAP::Parser::ResultFactory - Factory for creating TAP::Parser output objects =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head2 DESCRIPTION diff --git a/lib/TAP/Parser/Scheduler.pm b/lib/TAP/Parser/Scheduler.pm index 34cec5ab..f7a3e46c 100644 --- a/lib/TAP/Parser/Scheduler.pm +++ b/lib/TAP/Parser/Scheduler.pm @@ -12,11 +12,11 @@ TAP::Parser::Scheduler - Schedule tests during parallel testing =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Job.pm b/lib/TAP/Parser/Scheduler/Job.pm index 6d45f7d5..bac5883f 100644 --- a/lib/TAP/Parser/Scheduler/Job.pm +++ b/lib/TAP/Parser/Scheduler/Job.pm @@ -10,11 +10,11 @@ TAP::Parser::Scheduler::Job - A single testing job. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Spinner.pm b/lib/TAP/Parser/Scheduler/Spinner.pm index 6906a675..21d4d676 100644 --- a/lib/TAP/Parser/Scheduler/Spinner.pm +++ b/lib/TAP/Parser/Scheduler/Spinner.pm @@ -10,11 +10,11 @@ TAP::Parser::Scheduler::Spinner - A no-op job. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Source.pm b/lib/TAP/Parser/Source.pm index 82345690..6eda5db8 100644 --- a/lib/TAP/Parser/Source.pm +++ b/lib/TAP/Parser/Source.pm @@ -16,11 +16,11 @@ TAP::Parser::Source - a TAP source & meta data about it =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler.pm b/lib/TAP/Parser/SourceHandler.pm index 606dcf2b..e8412ab3 100644 --- a/lib/TAP/Parser/SourceHandler.pm +++ b/lib/TAP/Parser/SourceHandler.pm @@ -14,11 +14,11 @@ TAP::Parser::SourceHandler - Base class for different TAP source handlers =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Executable.pm b/lib/TAP/Parser/SourceHandler/Executable.pm index eff7bb83..f20e6514 100644 --- a/lib/TAP/Parser/SourceHandler/Executable.pm +++ b/lib/TAP/Parser/SourceHandler/Executable.pm @@ -17,11 +17,11 @@ TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP so =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/File.pm b/lib/TAP/Parser/SourceHandler/File.pm index 3ac03cb5..1faacebe 100644 --- a/lib/TAP/Parser/SourceHandler/File.pm +++ b/lib/TAP/Parser/SourceHandler/File.pm @@ -17,11 +17,11 @@ TAP::Parser::SourceHandler::File - Stream TAP from a text file. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Handle.pm b/lib/TAP/Parser/SourceHandler/Handle.pm index 5773b005..f0043471 100644 --- a/lib/TAP/Parser/SourceHandler/Handle.pm +++ b/lib/TAP/Parser/SourceHandler/Handle.pm @@ -17,11 +17,11 @@ TAP::Parser::SourceHandler::Handle - Stream TAP from an IO::Handle or a GLOB. =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Perl.pm b/lib/TAP/Parser/SourceHandler/Perl.pm index b3eb2222..97eba8eb 100644 --- a/lib/TAP/Parser/SourceHandler/Perl.pm +++ b/lib/TAP/Parser/SourceHandler/Perl.pm @@ -22,11 +22,11 @@ TAP::Parser::SourceHandler::Perl - Stream TAP from a Perl executable =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/RawTAP.pm b/lib/TAP/Parser/SourceHandler/RawTAP.pm index 6f20ab04..04b4b9c2 100644 --- a/lib/TAP/Parser/SourceHandler/RawTAP.pm +++ b/lib/TAP/Parser/SourceHandler/RawTAP.pm @@ -17,11 +17,11 @@ TAP::Parser::SourceHandler::RawTAP - Stream output from raw TAP in a scalar/arra =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Utils.pm b/lib/TAP/Parser/Utils.pm index a199d4a5..2096b0ec 100644 --- a/lib/TAP/Parser/Utils.pm +++ b/lib/TAP/Parser/Utils.pm @@ -13,11 +13,11 @@ TAP::Parser::Utils - Internal TAP::Parser utilities =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Reader.pm b/lib/TAP/Parser/YAMLish/Reader.pm index 8f4768a1..ac2c455e 100644 --- a/lib/TAP/Parser/YAMLish/Reader.pm +++ b/lib/TAP/Parser/YAMLish/Reader.pm @@ -6,7 +6,7 @@ use vars qw($VERSION @ISA); use TAP::Object (); @ISA = 'TAP::Object'; -$VERSION = '3.25'; +$VERSION = '3.26'; # TODO: # Handle blessed object syntax @@ -270,7 +270,7 @@ TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator =head1 VERSION -Version 3.25 +Version 3.26 =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Writer.pm b/lib/TAP/Parser/YAMLish/Writer.pm index d04cb96d..9f20fb2c 100644 --- a/lib/TAP/Parser/YAMLish/Writer.pm +++ b/lib/TAP/Parser/YAMLish/Writer.pm @@ -6,7 +6,7 @@ use vars qw($VERSION @ISA); use TAP::Object (); @ISA = 'TAP::Object'; -$VERSION = '3.25'; +$VERSION = '3.26'; my $ESCAPE_CHAR = qr{ [ \x00-\x1f \" ] }x; my $ESCAPE_KEY = qr{ (?: ^\W ) | $ESCAPE_CHAR }x; @@ -147,7 +147,7 @@ TAP::Parser::YAMLish::Writer - Write YAMLish data =head1 VERSION -Version 3.25 +Version 3.26 =head1 SYNOPSIS diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 4c0bc953..fe11d143 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -46,11 +46,11 @@ Test::Harness - Run Perl standard test scripts with statistics =head1 VERSION -Version 3.25 +Version 3.26 =cut -$VERSION = '3.25'; +$VERSION = '3.26'; # Backwards compatibility for exportable variable names. *verbose = *Verbose;