Skip to content

Commit

Permalink
Bump version to 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Nov 12, 2013
1 parent e7efda6 commit 83d31db
Show file tree
Hide file tree
Showing 49 changed files with 97 additions and 96 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Revision history for Test-Harness

3.30 2013-11-12
- Fix missing parent prereq in META.{yml,json} and NotBuild.PL
(Dagfinn Ilmari Mannsåker, #89650)
- Respect PERL5LIB in tainting source handler test (Dagfinn Ilmari Mannsåker,
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove.pm
Expand Up @@ -18,11 +18,11 @@ App::Prove - Implements the C<prove> command.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State.pm
Expand Up @@ -25,11 +25,11 @@ App::Prove::State - State storage for the C<prove> command.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State/Result.pm
Expand Up @@ -14,11 +14,11 @@ App::Prove::State::Result - Individual test suite results.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove/State/Result/Test.pm
Expand Up @@ -9,11 +9,11 @@ App::Prove::State::Result::Test - Individual test results.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Base.pm
Expand Up @@ -12,11 +12,11 @@ and L<TAP::Harness>
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

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
Expand Up @@ -58,11 +58,11 @@ TAP::Formatter::Base - Base class for harness output delegates
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Color.pm
Expand Up @@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console.pm
Expand Up @@ -11,11 +11,11 @@ TAP::Formatter::Console - Harness output delegate for default console output
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console/ParallelSession.pm
Expand Up @@ -41,11 +41,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Console/Session.pm
Expand Up @@ -26,11 +26,11 @@ TAP::Formatter::Console::Session - Harness output delegate for default console o
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/File.pm
Expand Up @@ -13,11 +13,11 @@ TAP::Formatter::File - Harness output delegate for file output
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/File/Session.pm
Expand Up @@ -10,11 +10,11 @@ TAP::Formatter::File::Session - Harness output delegate for file output
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Formatter/Session.pm
Expand Up @@ -23,11 +23,11 @@ TAP::Formatter::Session - Abstract base class for harness output delegate
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Harness.pm
Expand Up @@ -16,11 +16,11 @@ TAP::Harness - Run test scripts with statistics
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

$ENV{HARNESS_ACTIVE} = 1;
$ENV{HARNESS_VERSION} = $VERSION;
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Harness/Env.pm
Expand Up @@ -7,7 +7,7 @@ use constant IS_VMS => ( $^O eq 'VMS' );
use TAP::Object;
use Text::ParseWords qw/shellwords/;

our $VERSION = '3.29';
our $VERSION = '3.30';

# 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.29
Version 3.30
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Object.pm
Expand Up @@ -9,11 +9,11 @@ TAP::Object - Base class that provides common functionality to all C<TAP::*> mod
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser.pm
Expand Up @@ -27,11 +27,11 @@ TAP::Parser - Parse L<TAP|Test::Harness::TAP> output
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

my $DEFAULT_TAP_VERSION = 12;
my $MAX_TAP_VERSION = 13;
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Aggregator.pm
Expand Up @@ -12,11 +12,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Grammar.pm
Expand Up @@ -14,11 +14,11 @@ TAP::Parser::Grammar - A grammar for the Test Anything Protocol.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator.pm
Expand Up @@ -11,11 +11,11 @@ TAP::Parser::Iterator - Base class for TAP source iterators
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Array.pm
Expand Up @@ -11,11 +11,11 @@ TAP::Parser::Iterator::Array - Iterator for array-based TAP sources
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Process.pm
Expand Up @@ -16,11 +16,11 @@ TAP::Parser::Iterator::Process - Iterator for process-based TAP sources
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Stream.pm
Expand Up @@ -11,11 +11,11 @@ TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/IteratorFactory.pm
Expand Up @@ -16,11 +16,11 @@ TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use fo
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Multiplexer.pm
Expand Up @@ -17,11 +17,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Result.pm
Expand Up @@ -24,11 +24,11 @@ TAP::Parser::Result - Base class for TAP::Parser output objects
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Result/Bailout.pm
Expand Up @@ -11,11 +11,11 @@ TAP::Parser::Result::Bailout - Bailout result token.
=head1 VERSION
Version 3.29
Version 3.30
=cut

our $VERSION = '3.29';
our $VERSION = '3.30';

=head1 DESCRIPTION
Expand Down

0 comments on commit 83d31db

Please sign in to comment.