diff --git a/Changes b/Changes index 46e7b6ad..bb088d1f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Test-Harness +3.49_01 2024-04-27 + - Simplify runtests + - Tidy up core dump file + 3.48 2023-10-02 - Accept TAP version 14 diff --git a/lib/App/Prove.pm b/lib/App/Prove.pm index a7230dde..85fd495d 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State.pm b/lib/App/Prove/State.pm index d4477e2b..fe031cc5 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result.pm b/lib/App/Prove/State/Result.pm index 38faf6f2..95b9e36a 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/App/Prove/State/Result/Test.pm b/lib/App/Prove/State/Result/Test.pm index 61a5173c..da8ac39f 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Base.pm b/lib/TAP/Base.pm index 502ad1d4..066f05cb 100644 --- a/lib/TAP/Base.pm +++ b/lib/TAP/Base.pm @@ -12,11 +12,11 @@ and L =head1 VERSION -Version 3.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; 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 f6efeaed..c125f92a 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Color.pm b/lib/TAP/Formatter/Color.pm index 873ff968..e06efb62 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console.pm b/lib/TAP/Formatter/Console.pm index dc7e0ddc..698b1ec8 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/ParallelSession.pm b/lib/TAP/Formatter/Console/ParallelSession.pm index 1ec9e8be..e312ddc4 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Console/Session.pm b/lib/TAP/Formatter/Console/Session.pm index 53ad8673..e0421a1c 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File.pm b/lib/TAP/Formatter/File.pm index 396b4074..ba7f328f 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/File/Session.pm b/lib/TAP/Formatter/File/Session.pm index 210c9a47..9f28ff2b 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Formatter/Session.pm b/lib/TAP/Formatter/Session.pm index 5fb633b4..e758c40f 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 METHODS diff --git a/lib/TAP/Harness.pm b/lib/TAP/Harness.pm index 4fbb045d..046b3a27 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; $ENV{HARNESS_ACTIVE} = 1; $ENV{HARNESS_VERSION} = $VERSION; diff --git a/lib/TAP/Harness/Env.pm b/lib/TAP/Harness/Env.pm index 8d46d385..5a93ceb8 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.48'; +our $VERSION = '3.49_01'; # 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.48 +Version 3.49_01 =head1 SYNOPSIS diff --git a/lib/TAP/Object.pm b/lib/TAP/Object.pm index a012b98a..51d570f5 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser.pm b/lib/TAP/Parser.pm index 9283ac3d..17e32e96 100644 --- a/lib/TAP/Parser.pm +++ b/lib/TAP/Parser.pm @@ -27,11 +27,11 @@ TAP::Parser - Parse L output =head1 VERSION -Version 3.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; my $DEFAULT_TAP_VERSION = 12; my $MAX_TAP_VERSION = 14; diff --git a/lib/TAP/Parser/Aggregator.pm b/lib/TAP/Parser/Aggregator.pm index dac0f9a4..a1848c11 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Grammar.pm b/lib/TAP/Parser/Grammar.pm index 0258ad32..2df5fefa 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator.pm b/lib/TAP/Parser/Iterator.pm index a1d66c6e..c05b0c22 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Array.pm b/lib/TAP/Parser/Iterator/Array.pm index ceb8198b..da8d36be 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Process.pm b/lib/TAP/Parser/Iterator/Process.pm index 249ecde9..75b445ba 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Iterator/Stream.pm b/lib/TAP/Parser/Iterator/Stream.pm index abee2290..58a25ac0 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/IteratorFactory.pm b/lib/TAP/Parser/IteratorFactory.pm index 4353f0aa..8cbbb00c 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Multiplexer.pm b/lib/TAP/Parser/Multiplexer.pm index aa3e864d..f003b74e 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result.pm b/lib/TAP/Parser/Result.pm index 4083a29d..45072c01 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Result/Bailout.pm b/lib/TAP/Parser/Result/Bailout.pm index 9f676e62..125033e4 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Comment.pm b/lib/TAP/Parser/Result/Comment.pm index 7e1a81ed..b80d1b32 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Plan.pm b/lib/TAP/Parser/Result/Plan.pm index b8ae566d..cd812b7b 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Pragma.pm b/lib/TAP/Parser/Result/Pragma.pm index debc8a76..acda052c 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Test.pm b/lib/TAP/Parser/Result/Test.pm index 5e5ea395..0707c9ff 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Unknown.pm b/lib/TAP/Parser/Result/Unknown.pm index c46e8d95..50d50e5f 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/Version.pm b/lib/TAP/Parser/Result/Version.pm index 497c10d5..abce235c 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/Result/YAML.pm b/lib/TAP/Parser/Result/YAML.pm index e6ca7466..cdd0ad50 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 DESCRIPTION diff --git a/lib/TAP/Parser/ResultFactory.pm b/lib/TAP/Parser/ResultFactory.pm index ff7ef4ad..e25b868f 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head2 DESCRIPTION diff --git a/lib/TAP/Parser/Scheduler.pm b/lib/TAP/Parser/Scheduler.pm index e7afbf6d..d79c55f4 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Job.pm b/lib/TAP/Parser/Scheduler/Job.pm index e05661d7..34ab6414 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Scheduler/Spinner.pm b/lib/TAP/Parser/Scheduler/Spinner.pm index 3d8be9ee..3ecbb571 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/Source.pm b/lib/TAP/Parser/Source.pm index bed0e80d..8940a6a1 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler.pm b/lib/TAP/Parser/SourceHandler.pm index 4d537550..cfba1e20 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Executable.pm b/lib/TAP/Parser/SourceHandler/Executable.pm index e1915457..ffa26dc9 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/File.pm b/lib/TAP/Parser/SourceHandler/File.pm index 9e9684e7..4ed8ddc4 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Handle.pm b/lib/TAP/Parser/SourceHandler/Handle.pm index e01f8afa..aa741458 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/Perl.pm b/lib/TAP/Parser/SourceHandler/Perl.pm index 6d9e91d0..42af198d 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/SourceHandler/RawTAP.pm b/lib/TAP/Parser/SourceHandler/RawTAP.pm index c861de27..cd847865 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Reader.pm b/lib/TAP/Parser/YAMLish/Reader.pm index 0250ad29..3319bda1 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.48'; +our $VERSION = '3.49_01'; # 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.48 +Version 3.49_01 =head1 SYNOPSIS diff --git a/lib/TAP/Parser/YAMLish/Writer.pm b/lib/TAP/Parser/YAMLish/Writer.pm index a11a02a2..c2aff852 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.48'; +our $VERSION = '3.49_01'; # 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.48 +Version 3.49_01 =head1 SYNOPSIS diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index faacdf21..36574cea 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.48 +Version 3.49_01 =cut -our $VERSION = '3.48'; +our $VERSION = '3.49_01'; # Backwards compatibility for exportable variable names. *verbose = *Verbose;