diff --git a/Changes b/Changes index b24fc328..255d1300 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Test-Harness +3.47 2023-08-13 - Add missing negation in EINTR check - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env diff --git a/lib/App/Prove.pm b/lib/App/Prove.pm index 965f9180..48b1208e 100644 --- a/lib/App/Prove.pm +++ b/lib/App/Prove.pm @@ -18,11 +18,11 @@ App::Prove - Implements the C command. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State.pm b/lib/App/Prove/State.pm index 1883f5d1..16c1be07 100644 --- a/lib/App/Prove/State.pm +++ b/lib/App/Prove/State.pm @@ -25,11 +25,11 @@ App::Prove::State - State storage for the C command. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result.pm b/lib/App/Prove/State/Result.pm index 1fe1f717..64b3ec6e 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.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result/Test.pm b/lib/App/Prove/State/Result/Test.pm index 4d7b2d6d..0add9775 100644 --- a/lib/App/Prove/State/Result/Test.pm +++ b/lib/App/Prove/State/Result/Test.pm @@ -9,11 +9,11 @@ App::Prove::State::Result::Test - Individual test results. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Base.pm b/lib/TAP/Base.pm index 5948f38b..a1af2e73 100644 --- a/lib/TAP/Base.pm +++ b/lib/TAP/Base.pm @@ -12,11 +12,11 @@ and L =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; 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 e92a4ac0..5353f3ef 100644 --- a/lib/TAP/Formatter/Base.pm +++ b/lib/TAP/Formatter/Base.pm @@ -58,11 +58,11 @@ TAP::Formatter::Base - Base class for harness output delegates =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Color.pm b/lib/TAP/Formatter/Color.pm index eeb58e1b..98936769 100644 --- a/lib/TAP/Formatter/Color.pm +++ b/lib/TAP/Formatter/Color.pm @@ -39,11 +39,11 @@ TAP::Formatter::Color - Run Perl test scripts with color =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console.pm b/lib/TAP/Formatter/Console.pm index 61e572cf..8a9e3e03 100644 --- a/lib/TAP/Formatter/Console.pm +++ b/lib/TAP/Formatter/Console.pm @@ -11,11 +11,11 @@ TAP::Formatter::Console - Harness output delegate for default console output =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/ParallelSession.pm b/lib/TAP/Formatter/Console/ParallelSession.pm index ac5360be..60885df0 100644 --- a/lib/TAP/Formatter/Console/ParallelSession.pm +++ b/lib/TAP/Formatter/Console/ParallelSession.pm @@ -41,11 +41,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/Session.pm b/lib/TAP/Formatter/Console/Session.pm index 3b1ab77f..302683a2 100644 --- a/lib/TAP/Formatter/Console/Session.pm +++ b/lib/TAP/Formatter/Console/Session.pm @@ -26,11 +26,11 @@ TAP::Formatter::Console::Session - Harness output delegate for default console o =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File.pm b/lib/TAP/Formatter/File.pm index a505b8c4..8a44516d 100644 --- a/lib/TAP/Formatter/File.pm +++ b/lib/TAP/Formatter/File.pm @@ -13,11 +13,11 @@ TAP::Formatter::File - Harness output delegate for file output =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File/Session.pm b/lib/TAP/Formatter/File/Session.pm index dcbdefd0..d5fb760e 100644 --- a/lib/TAP/Formatter/File/Session.pm +++ b/lib/TAP/Formatter/File/Session.pm @@ -10,11 +10,11 @@ TAP::Formatter::File::Session - Harness output delegate for file output =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Session.pm b/lib/TAP/Formatter/Session.pm index cae96fb7..f3574df1 100644 --- a/lib/TAP/Formatter/Session.pm +++ b/lib/TAP/Formatter/Session.pm @@ -23,11 +23,11 @@ TAP::Formatter::Session - Abstract base class for harness output delegate =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 METHODS diff --git a/lib/TAP/Harness.pm b/lib/TAP/Harness.pm index 175a2916..1362d357 100644 --- a/lib/TAP/Harness.pm +++ b/lib/TAP/Harness.pm @@ -16,11 +16,11 @@ TAP::Harness - Run test scripts with statistics =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; $ENV{HARNESS_ACTIVE} = 1; $ENV{HARNESS_VERSION} = $VERSION; diff --git a/lib/TAP/Harness/Env.pm b/lib/TAP/Harness/Env.pm index 3b150398..c0e66ea9 100644 --- a/lib/TAP/Harness/Env.pm +++ b/lib/TAP/Harness/Env.pm @@ -7,7 +7,7 @@ use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; -our $VERSION = '3.46'; +our $VERSION = '3.47'; # Get the parts of @INC which are changed from the stock list AND # preserve reordering of stock directories. @@ -126,7 +126,7 @@ TAP::Harness::Env - Parsing harness related environmental variables where approp =head1 VERSION -Version 3.46 +Version 3.47 =head1 SYNOPSIS diff --git a/lib/TAP/Object.pm b/lib/TAP/Object.pm index ddc37d39..c49750b8 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.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser.pm b/lib/TAP/Parser.pm index 5a68efea..194eb154 100644 --- a/lib/TAP/Parser.pm +++ b/lib/TAP/Parser.pm @@ -27,11 +27,11 @@ TAP::Parser - Parse L output =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; 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 bdb79193..fb6c56c2 100644 --- a/lib/TAP/Parser/Aggregator.pm +++ b/lib/TAP/Parser/Aggregator.pm @@ -12,11 +12,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Grammar.pm b/lib/TAP/Parser/Grammar.pm index d87d0da7..7d8e53ad 100644 --- a/lib/TAP/Parser/Grammar.pm +++ b/lib/TAP/Parser/Grammar.pm @@ -14,11 +14,11 @@ TAP::Parser::Grammar - A grammar for the Test Anything Protocol. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator.pm b/lib/TAP/Parser/Iterator.pm index f551f30d..00b9a00a 100644 --- a/lib/TAP/Parser/Iterator.pm +++ b/lib/TAP/Parser/Iterator.pm @@ -11,11 +11,11 @@ TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Array.pm b/lib/TAP/Parser/Iterator/Array.pm index 2cdd6a5a..714c4db7 100644 --- a/lib/TAP/Parser/Iterator/Array.pm +++ b/lib/TAP/Parser/Iterator/Array.pm @@ -11,11 +11,11 @@ TAP::Parser::Iterator::Array - Iterator for array-based TAP sources =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Process.pm b/lib/TAP/Parser/Iterator/Process.pm index d8db18bc..cc434e6a 100644 --- a/lib/TAP/Parser/Iterator/Process.pm +++ b/lib/TAP/Parser/Iterator/Process.pm @@ -16,11 +16,11 @@ TAP::Parser::Iterator::Process - Iterator for process-based TAP sources =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Stream.pm b/lib/TAP/Parser/Iterator/Stream.pm index 9df689f4..9c46f309 100644 --- a/lib/TAP/Parser/Iterator/Stream.pm +++ b/lib/TAP/Parser/Iterator/Stream.pm @@ -11,11 +11,11 @@ TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/IteratorFactory.pm b/lib/TAP/Parser/IteratorFactory.pm index 9dfe540a..74a22737 100644 --- a/lib/TAP/Parser/IteratorFactory.pm +++ b/lib/TAP/Parser/IteratorFactory.pm @@ -16,11 +16,11 @@ TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use fo =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Multiplexer.pm b/lib/TAP/Parser/Multiplexer.pm index 65095000..b4b72017 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.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result.pm b/lib/TAP/Parser/Result.pm index da3a0ab2..5170715e 100644 --- a/lib/TAP/Parser/Result.pm +++ b/lib/TAP/Parser/Result.pm @@ -24,11 +24,11 @@ TAP::Parser::Result - Base class for TAP::Parser output objects =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result/Bailout.pm b/lib/TAP/Parser/Result/Bailout.pm index 0fdee0ac..753263b7 100644 --- a/lib/TAP/Parser/Result/Bailout.pm +++ b/lib/TAP/Parser/Result/Bailout.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Comment.pm b/lib/TAP/Parser/Result/Comment.pm index 1093694b..407e65ef 100644 --- a/lib/TAP/Parser/Result/Comment.pm +++ b/lib/TAP/Parser/Result/Comment.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Comment - Comment result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Plan.pm b/lib/TAP/Parser/Result/Plan.pm index 067fe7b4..75c6012f 100644 --- a/lib/TAP/Parser/Result/Plan.pm +++ b/lib/TAP/Parser/Result/Plan.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Plan - Plan result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Pragma.pm b/lib/TAP/Parser/Result/Pragma.pm index bc7857a4..ee7462c2 100644 --- a/lib/TAP/Parser/Result/Pragma.pm +++ b/lib/TAP/Parser/Result/Pragma.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Pragma - TAP pragma token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Test.pm b/lib/TAP/Parser/Result/Test.pm index 63f6ad3c..e9e22223 100644 --- a/lib/TAP/Parser/Result/Test.pm +++ b/lib/TAP/Parser/Result/Test.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Test - Test result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Unknown.pm b/lib/TAP/Parser/Result/Unknown.pm index 18b5620e..782f2ee4 100644 --- a/lib/TAP/Parser/Result/Unknown.pm +++ b/lib/TAP/Parser/Result/Unknown.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Unknown - Unknown result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Version.pm b/lib/TAP/Parser/Result/Version.pm index a64540c5..3ab86d9e 100644 --- a/lib/TAP/Parser/Result/Version.pm +++ b/lib/TAP/Parser/Result/Version.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::Version - TAP syntax version token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/YAML.pm b/lib/TAP/Parser/Result/YAML.pm index d44d513d..f190e4d3 100644 --- a/lib/TAP/Parser/Result/YAML.pm +++ b/lib/TAP/Parser/Result/YAML.pm @@ -11,11 +11,11 @@ TAP::Parser::Result::YAML - YAML result token. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/ResultFactory.pm b/lib/TAP/Parser/ResultFactory.pm index 416ed273..b81fc7e3 100644 --- a/lib/TAP/Parser/ResultFactory.pm +++ b/lib/TAP/Parser/ResultFactory.pm @@ -29,11 +29,11 @@ TAP::Parser::ResultFactory - Factory for creating TAP::Parser output objects =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head2 DESCRIPTION diff --git a/lib/TAP/Parser/Scheduler.pm b/lib/TAP/Parser/Scheduler.pm index b5860e2a..501e888e 100644 --- a/lib/TAP/Parser/Scheduler.pm +++ b/lib/TAP/Parser/Scheduler.pm @@ -13,11 +13,11 @@ TAP::Parser::Scheduler - Schedule tests during parallel testing =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Job.pm b/lib/TAP/Parser/Scheduler/Job.pm index 5b4d8cfb..f748a94a 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.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Spinner.pm b/lib/TAP/Parser/Scheduler/Spinner.pm index c54ff105..63188fe6 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.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Source.pm b/lib/TAP/Parser/Source.pm index 419b7852..1221be77 100644 --- a/lib/TAP/Parser/Source.pm +++ b/lib/TAP/Parser/Source.pm @@ -14,11 +14,11 @@ TAP::Parser::Source - a TAP source & meta data about it =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler.pm b/lib/TAP/Parser/SourceHandler.pm index 30c48ba3..5fee8d41 100644 --- a/lib/TAP/Parser/SourceHandler.pm +++ b/lib/TAP/Parser/SourceHandler.pm @@ -12,11 +12,11 @@ TAP::Parser::SourceHandler - Base class for different TAP source handlers =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Executable.pm b/lib/TAP/Parser/SourceHandler/Executable.pm index b4c1a3f5..80a63c21 100644 --- a/lib/TAP/Parser/SourceHandler/Executable.pm +++ b/lib/TAP/Parser/SourceHandler/Executable.pm @@ -18,11 +18,11 @@ TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP so =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/File.pm b/lib/TAP/Parser/SourceHandler/File.pm index 45ebfeed..d5ed2fbc 100644 --- a/lib/TAP/Parser/SourceHandler/File.pm +++ b/lib/TAP/Parser/SourceHandler/File.pm @@ -16,11 +16,11 @@ TAP::Parser::SourceHandler::File - Stream TAP from a text file. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Handle.pm b/lib/TAP/Parser/SourceHandler/Handle.pm index c7b8516e..8790ae2e 100644 --- a/lib/TAP/Parser/SourceHandler/Handle.pm +++ b/lib/TAP/Parser/SourceHandler/Handle.pm @@ -16,11 +16,11 @@ TAP::Parser::SourceHandler::Handle - Stream TAP from an IO::Handle or a GLOB. =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Perl.pm b/lib/TAP/Parser/SourceHandler/Perl.pm index 0fc0825b..1e8ceee9 100644 --- a/lib/TAP/Parser/SourceHandler/Perl.pm +++ b/lib/TAP/Parser/SourceHandler/Perl.pm @@ -21,11 +21,11 @@ TAP::Parser::SourceHandler::Perl - Stream TAP from a Perl executable =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/RawTAP.pm b/lib/TAP/Parser/SourceHandler/RawTAP.pm index d4af5f41..364b2b25 100644 --- a/lib/TAP/Parser/SourceHandler/RawTAP.pm +++ b/lib/TAP/Parser/SourceHandler/RawTAP.pm @@ -16,11 +16,11 @@ TAP::Parser::SourceHandler::RawTAP - Stream output from raw TAP in a scalar/arra =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Reader.pm b/lib/TAP/Parser/YAMLish/Reader.pm index aed4d014..f9d489c7 100644 --- a/lib/TAP/Parser/YAMLish/Reader.pm +++ b/lib/TAP/Parser/YAMLish/Reader.pm @@ -5,7 +5,7 @@ use warnings; use base 'TAP::Object'; -our $VERSION = '3.46'; +our $VERSION = '3.47'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) @@ -284,7 +284,7 @@ TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator =head1 VERSION -Version 3.46 +Version 3.47 =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Writer.pm b/lib/TAP/Parser/YAMLish/Writer.pm index 571f9731..638b3c62 100644 --- a/lib/TAP/Parser/YAMLish/Writer.pm +++ b/lib/TAP/Parser/YAMLish/Writer.pm @@ -5,7 +5,7 @@ use warnings; use base 'TAP::Object'; -our $VERSION = '3.46'; +our $VERSION = '3.47'; # No EBCDIC support on early perls *from_native = (ord "A" == 65 || $] < 5.008) @@ -155,7 +155,7 @@ TAP::Parser::YAMLish::Writer - Write YAMLish data =head1 VERSION -Version 3.46 +Version 3.47 =head1 SYNOPSIS diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 5b1a6923..155bc4bd 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -31,11 +31,11 @@ Test::Harness - Run Perl standard test scripts with statistics =head1 VERSION -Version 3.46 +Version 3.47 =cut -our $VERSION = '3.46'; +our $VERSION = '3.47'; # Backwards compatibility for exportable variable names. *verbose = *Verbose;