Skip to content

Commit

Permalink
Bump to 3.49_01
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Apr 27, 2024
1 parent e062772 commit d928d18
Show file tree
Hide file tree
Showing 49 changed files with 100 additions and 96 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ App::Prove - Implements the C<prove> command.
=head1 VERSION
Version 3.48
Version 3.49_01
=cut

our $VERSION = '3.48';
our $VERSION = '3.49_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ App::Prove::State - State storage for the C<prove> command.
=head1 VERSION
Version 3.48
Version 3.49_01
=cut

our $VERSION = '3.48';
our $VERSION = '3.49_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State/Result/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ and L<TAP::Harness>
=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);';
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console/ParallelSession.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/File/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Harness.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Harness/Env.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ TAP::Object - Base class that provides common functionality to all C<TAP::*> mod
=head1 VERSION
Version 3.48
Version 3.49_01
=cut

our $VERSION = '3.48';
our $VERSION = '3.49_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ TAP::Parser - Parse L<TAP|Test::Harness::TAP> 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;
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Aggregator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Array.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Process.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/IteratorFactory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Multiplexer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Result/Bailout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d928d18

Please sign in to comment.