Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyA committed Nov 17, 2009
1 parent b258ae1 commit f55e910
Show file tree
Hide file tree
Showing 51 changed files with 101 additions and 100 deletions.
3 changes: 2 additions & 1 deletion META.yml
@@ -1,6 +1,7 @@
---
name: Test-Harness
version: 3.17_01
version: 3.17_02

author:
- 'Andy Armstrong C<< <andy@hexten.net> >>'
abstract: Run Perl standard test scripts with statistics
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Test-Harness 3.17_01
Test-Harness 3.17_02

INSTALLATION

Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prove.pm
Expand Up @@ -17,11 +17,11 @@ App::Prove - Implements the C<prove> command.
=head1 VERSION
Version 3.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

=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.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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 @@ -47,11 +47,11 @@ TAP::Formatter::Base - Base class for harness output delegates
=head1 VERSION
Version 3.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

=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.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

$ENV{HARNESS_ACTIVE} = 1;
$ENV{HARNESS_VERSION} = $VERSION;
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.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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 @@ -14,11 +14,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results
=head1 VERSION
Version 3.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Iterator/Process.pm
Expand Up @@ -17,11 +17,11 @@ TAP::Parser::Iterator::Process - Iterator for proccess-based TAP sources
=head1 VERSION
Version 3.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

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

$VERSION = '3.17_01';
$VERSION = '3.17_02';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Result/Comment.pm
Expand Up @@ -12,11 +12,11 @@ TAP::Parser::Result::Comment - Comment result token.
=head1 VERSION
Version 3.17_01
Version 3.17_02
=cut

$VERSION = '3.17_01';
$VERSION = '3.17_02';

=head1 DESCRIPTION
Expand Down

0 comments on commit f55e910

Please sign in to comment.