Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cperl and XSConfig support #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Test-Harness

3.42_01 2018-09-06 rurban
- rebase with our fixes for cperl, XSConfig, HARNESS_VERBOSE

3.42 19-03-2018
- Enable rulesfile.t to run in core

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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42';
our $VERSION = '3.42_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.42
Version 3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_01';

my $DEFAULT_TAP_VERSION = 12;
my $MAX_TAP_VERSION = 13;
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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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 @@ -17,11 +17,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers

=head1 VERSION

Version 3.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_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.42
Version 3.42_01

=cut

our $VERSION = '3.42';
our $VERSION = '3.42_01';

=head1 DESCRIPTION

Expand Down
Loading