[libtest-harness-perl] 02/06: Imported Upstream version 3.33

gregor herrmann gregoa at debian.org
Mon Sep 8 19:21:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-harness-perl.

commit 965d1a3501cf355c0323803bc6d320b9eb977e7d
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 8 21:09:16 2014 +0200

    Imported Upstream version 3.33
---
 Changes                                      |  3 +
 META.json                                    | 98 ++++++++++++++--------------
 META.yml                                     | 98 ++++++++++++++--------------
 lib/App/Prove.pm                             |  4 +-
 lib/App/Prove/State.pm                       |  4 +-
 lib/App/Prove/State/Result.pm                |  4 +-
 lib/App/Prove/State/Result/Test.pm           |  4 +-
 lib/TAP/Base.pm                              |  4 +-
 lib/TAP/Formatter/Base.pm                    |  4 +-
 lib/TAP/Formatter/Color.pm                   |  4 +-
 lib/TAP/Formatter/Console.pm                 |  4 +-
 lib/TAP/Formatter/Console/ParallelSession.pm |  4 +-
 lib/TAP/Formatter/Console/Session.pm         |  4 +-
 lib/TAP/Formatter/File.pm                    |  6 +-
 lib/TAP/Formatter/File/Session.pm            |  4 +-
 lib/TAP/Formatter/Session.pm                 |  4 +-
 lib/TAP/Harness.pm                           |  4 +-
 lib/TAP/Harness/Env.pm                       | 34 +++++++---
 lib/TAP/Object.pm                            |  4 +-
 lib/TAP/Parser.pm                            |  4 +-
 lib/TAP/Parser/Aggregator.pm                 |  4 +-
 lib/TAP/Parser/Grammar.pm                    |  4 +-
 lib/TAP/Parser/Iterator.pm                   |  4 +-
 lib/TAP/Parser/Iterator/Array.pm             |  4 +-
 lib/TAP/Parser/Iterator/Process.pm           |  4 +-
 lib/TAP/Parser/Iterator/Stream.pm            |  4 +-
 lib/TAP/Parser/IteratorFactory.pm            |  4 +-
 lib/TAP/Parser/Multiplexer.pm                |  4 +-
 lib/TAP/Parser/Result.pm                     |  4 +-
 lib/TAP/Parser/Result/Bailout.pm             |  4 +-
 lib/TAP/Parser/Result/Comment.pm             |  4 +-
 lib/TAP/Parser/Result/Plan.pm                |  4 +-
 lib/TAP/Parser/Result/Pragma.pm              |  4 +-
 lib/TAP/Parser/Result/Test.pm                |  4 +-
 lib/TAP/Parser/Result/Unknown.pm             |  4 +-
 lib/TAP/Parser/Result/Version.pm             |  4 +-
 lib/TAP/Parser/Result/YAML.pm                |  4 +-
 lib/TAP/Parser/ResultFactory.pm              |  4 +-
 lib/TAP/Parser/Scheduler.pm                  |  6 +-
 lib/TAP/Parser/Scheduler/Job.pm              |  4 +-
 lib/TAP/Parser/Scheduler/Spinner.pm          |  4 +-
 lib/TAP/Parser/Source.pm                     |  4 +-
 lib/TAP/Parser/SourceHandler.pm              |  4 +-
 lib/TAP/Parser/SourceHandler/Executable.pm   |  4 +-
 lib/TAP/Parser/SourceHandler/File.pm         |  4 +-
 lib/TAP/Parser/SourceHandler/Handle.pm       |  4 +-
 lib/TAP/Parser/SourceHandler/Perl.pm         |  4 +-
 lib/TAP/Parser/SourceHandler/RawTAP.pm       |  4 +-
 lib/TAP/Parser/YAMLish/Reader.pm             |  4 +-
 lib/TAP/Parser/YAMLish/Writer.pm             |  4 +-
 lib/Test/Harness.pm                          |  4 +-
 51 files changed, 222 insertions(+), 203 deletions(-)

diff --git a/Changes b/Changes
index 80d8b04..f22e7fa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Test-Harness
 
+3.33
+        - Various documentation fixes (Leon Timmermans, Justin Cook)
+
 3.32    2014-06-11
         - Remove harness_class from argument hash in T::H::E (Leon Timmermans)
 
diff --git a/META.json b/META.json
index 31ae967..4681407 100644
--- a/META.json
+++ b/META.json
@@ -28,195 +28,195 @@
    "provides" : {
       "App::Prove" : {
          "file" : "lib/App/Prove.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "App::Prove::State" : {
          "file" : "lib/App/Prove/State.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "App::Prove::State::Result" : {
          "file" : "lib/App/Prove/State/Result.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "App::Prove::State::Result::Test" : {
          "file" : "lib/App/Prove/State/Result/Test.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Base" : {
          "file" : "lib/TAP/Base.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Base" : {
          "file" : "lib/TAP/Formatter/Base.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Color" : {
          "file" : "lib/TAP/Formatter/Color.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Console" : {
          "file" : "lib/TAP/Formatter/Console.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Console::ParallelSession" : {
          "file" : "lib/TAP/Formatter/Console/ParallelSession.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Console::Session" : {
          "file" : "lib/TAP/Formatter/Console/Session.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::File" : {
          "file" : "lib/TAP/Formatter/File.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::File::Session" : {
          "file" : "lib/TAP/Formatter/File/Session.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Formatter::Session" : {
          "file" : "lib/TAP/Formatter/Session.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Harness" : {
          "file" : "lib/TAP/Harness.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Harness::Env" : {
          "file" : "lib/TAP/Harness/Env.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Object" : {
          "file" : "lib/TAP/Object.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser" : {
          "file" : "lib/TAP/Parser.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Aggregator" : {
          "file" : "lib/TAP/Parser/Aggregator.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Grammar" : {
          "file" : "lib/TAP/Parser/Grammar.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Iterator" : {
          "file" : "lib/TAP/Parser/Iterator.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Iterator::Array" : {
          "file" : "lib/TAP/Parser/Iterator/Array.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Iterator::Process" : {
          "file" : "lib/TAP/Parser/Iterator/Process.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Iterator::Stream" : {
          "file" : "lib/TAP/Parser/Iterator/Stream.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::IteratorFactory" : {
          "file" : "lib/TAP/Parser/IteratorFactory.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Multiplexer" : {
          "file" : "lib/TAP/Parser/Multiplexer.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result" : {
          "file" : "lib/TAP/Parser/Result.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Bailout" : {
          "file" : "lib/TAP/Parser/Result/Bailout.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Comment" : {
          "file" : "lib/TAP/Parser/Result/Comment.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Plan" : {
          "file" : "lib/TAP/Parser/Result/Plan.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Pragma" : {
          "file" : "lib/TAP/Parser/Result/Pragma.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Test" : {
          "file" : "lib/TAP/Parser/Result/Test.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Unknown" : {
          "file" : "lib/TAP/Parser/Result/Unknown.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::Version" : {
          "file" : "lib/TAP/Parser/Result/Version.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Result::YAML" : {
          "file" : "lib/TAP/Parser/Result/YAML.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::ResultFactory" : {
          "file" : "lib/TAP/Parser/ResultFactory.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Scheduler" : {
          "file" : "lib/TAP/Parser/Scheduler.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Scheduler::Job" : {
          "file" : "lib/TAP/Parser/Scheduler/Job.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Scheduler::Spinner" : {
          "file" : "lib/TAP/Parser/Scheduler/Spinner.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::Source" : {
          "file" : "lib/TAP/Parser/Source.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler" : {
          "file" : "lib/TAP/Parser/SourceHandler.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler::Executable" : {
          "file" : "lib/TAP/Parser/SourceHandler/Executable.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler::File" : {
          "file" : "lib/TAP/Parser/SourceHandler/File.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler::Handle" : {
          "file" : "lib/TAP/Parser/SourceHandler/Handle.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler::Perl" : {
          "file" : "lib/TAP/Parser/SourceHandler/Perl.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::SourceHandler::RawTAP" : {
          "file" : "lib/TAP/Parser/SourceHandler/RawTAP.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::YAMLish::Reader" : {
          "file" : "lib/TAP/Parser/YAMLish/Reader.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "TAP::Parser::YAMLish::Writer" : {
          "file" : "lib/TAP/Parser/YAMLish/Writer.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       },
       "Test::Harness" : {
          "file" : "lib/Test/Harness.pm",
-         "version" : "3.32"
+         "version" : "3.33"
       }
    },
    "release_status" : "stable",
@@ -233,5 +233,5 @@
       },
       "x_mailingList" : "mailto:<tapx-dev at hexten.net>"
    },
-   "version" : "3.32"
+   "version" : "3.33"
 }
diff --git a/META.yml b/META.yml
index e686a8f..a0d2648 100644
--- a/META.yml
+++ b/META.yml
@@ -17,148 +17,148 @@ name: Test-Harness
 provides:
   App::Prove:
     file: lib/App/Prove.pm
-    version: '3.32'
+    version: '3.33'
   App::Prove::State:
     file: lib/App/Prove/State.pm
-    version: '3.32'
+    version: '3.33'
   App::Prove::State::Result:
     file: lib/App/Prove/State/Result.pm
-    version: '3.32'
+    version: '3.33'
   App::Prove::State::Result::Test:
     file: lib/App/Prove/State/Result/Test.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Base:
     file: lib/TAP/Base.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Base:
     file: lib/TAP/Formatter/Base.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Color:
     file: lib/TAP/Formatter/Color.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Console:
     file: lib/TAP/Formatter/Console.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Console::ParallelSession:
     file: lib/TAP/Formatter/Console/ParallelSession.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Console::Session:
     file: lib/TAP/Formatter/Console/Session.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::File:
     file: lib/TAP/Formatter/File.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::File::Session:
     file: lib/TAP/Formatter/File/Session.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Formatter::Session:
     file: lib/TAP/Formatter/Session.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Harness:
     file: lib/TAP/Harness.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Harness::Env:
     file: lib/TAP/Harness/Env.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Object:
     file: lib/TAP/Object.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser:
     file: lib/TAP/Parser.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Aggregator:
     file: lib/TAP/Parser/Aggregator.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Grammar:
     file: lib/TAP/Parser/Grammar.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Iterator:
     file: lib/TAP/Parser/Iterator.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Iterator::Array:
     file: lib/TAP/Parser/Iterator/Array.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Iterator::Process:
     file: lib/TAP/Parser/Iterator/Process.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Iterator::Stream:
     file: lib/TAP/Parser/Iterator/Stream.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::IteratorFactory:
     file: lib/TAP/Parser/IteratorFactory.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Multiplexer:
     file: lib/TAP/Parser/Multiplexer.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result:
     file: lib/TAP/Parser/Result.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Bailout:
     file: lib/TAP/Parser/Result/Bailout.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Comment:
     file: lib/TAP/Parser/Result/Comment.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Plan:
     file: lib/TAP/Parser/Result/Plan.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Pragma:
     file: lib/TAP/Parser/Result/Pragma.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Test:
     file: lib/TAP/Parser/Result/Test.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Unknown:
     file: lib/TAP/Parser/Result/Unknown.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::Version:
     file: lib/TAP/Parser/Result/Version.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Result::YAML:
     file: lib/TAP/Parser/Result/YAML.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::ResultFactory:
     file: lib/TAP/Parser/ResultFactory.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Scheduler:
     file: lib/TAP/Parser/Scheduler.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Scheduler::Job:
     file: lib/TAP/Parser/Scheduler/Job.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Scheduler::Spinner:
     file: lib/TAP/Parser/Scheduler/Spinner.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::Source:
     file: lib/TAP/Parser/Source.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler:
     file: lib/TAP/Parser/SourceHandler.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler::Executable:
     file: lib/TAP/Parser/SourceHandler/Executable.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler::File:
     file: lib/TAP/Parser/SourceHandler/File.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler::Handle:
     file: lib/TAP/Parser/SourceHandler/Handle.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler::Perl:
     file: lib/TAP/Parser/SourceHandler/Perl.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::SourceHandler::RawTAP:
     file: lib/TAP/Parser/SourceHandler/RawTAP.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::YAMLish::Reader:
     file: lib/TAP/Parser/YAMLish/Reader.pm
-    version: '3.32'
+    version: '3.33'
   TAP::Parser::YAMLish::Writer:
     file: lib/TAP/Parser/YAMLish/Writer.pm
-    version: '3.32'
+    version: '3.33'
   Test::Harness:
     file: lib/Test/Harness.pm
-    version: '3.32'
+    version: '3.33'
 recommends:
   Pod::Usage: '1.12'
 resources:
@@ -167,4 +167,4 @@ resources:
   license: http://dev.perl.org/licenses/
   mailingList: mailto:<tapx-dev at hexten.net>
   repository: http://github.com/Perl-Toolchain-Gang/Test-Harness/tree/master
-version: '3.32'
+version: '3.33'
diff --git a/lib/App/Prove.pm b/lib/App/Prove.pm
index 7f8e787..94b7c73 100644
--- a/lib/App/Prove.pm
+++ b/lib/App/Prove.pm
@@ -18,11 +18,11 @@ App::Prove - Implements the C<prove> command.
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/App/Prove/State.pm b/lib/App/Prove/State.pm
index ecb5fd5..c41ecd7 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<prove> command.
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/App/Prove/State/Result.pm b/lib/App/Prove/State/Result.pm
index 80ab1bd..474a362 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/App/Prove/State/Result/Test.pm b/lib/App/Prove/State/Result/Test.pm
index 216f514..1a8864c 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Base.pm b/lib/TAP/Base.pm
index 5f60500..5867ee7 100644
--- a/lib/TAP/Base.pm
+++ b/lib/TAP/Base.pm
@@ -12,11 +12,11 @@ and L<TAP::Harness>
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 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 477794c..440af92 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/Color.pm b/lib/TAP/Formatter/Color.pm
index 69e555a..4d97bfa 100644
--- a/lib/TAP/Formatter/Color.pm
+++ b/lib/TAP/Formatter/Color.pm
@@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/Console.pm b/lib/TAP/Formatter/Console.pm
index 390b2bf..9360cea 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/Console/ParallelSession.pm b/lib/TAP/Formatter/Console/ParallelSession.pm
index 8d486c6..fd8c021 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/Console/Session.pm b/lib/TAP/Formatter/Console/Session.pm
index a075bfa..8262d9b 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/File.pm b/lib/TAP/Formatter/File.pm
index b8751ee..baff4c1 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
@@ -30,7 +30,7 @@ This provides file orientated output formatting for TAP::Harness.
 
 =head2 C<< open_test >>
 
-See L<TAP::Formatter::base>
+See L<TAP::Formatter::Base>
 
 =cut
 
diff --git a/lib/TAP/Formatter/File/Session.pm b/lib/TAP/Formatter/File/Session.pm
index b17a294..456f92a 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Formatter/Session.pm b/lib/TAP/Formatter/Session.pm
index 531185d..fca74d6 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 METHODS
 
diff --git a/lib/TAP/Harness.pm b/lib/TAP/Harness.pm
index bf67563..70849dd 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 $ENV{HARNESS_ACTIVE}  = 1;
 $ENV{HARNESS_VERSION} = $VERSION;
diff --git a/lib/TAP/Harness/Env.pm b/lib/TAP/Harness/Env.pm
index c21139c..c169528 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.32';
+our $VERSION = '3.33';
 
 # Get the parts of @INC which are changed from the stock list AND
 # preserve reordering of stock directories.
@@ -126,24 +126,40 @@ TAP::Harness::Env - Parsing harness related environmental variables where approp
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =head1 SYNOPSIS
 
- my ($class, $args) = get_test_arguments();
- require_module($class);
- $class->new($args);
+ my $harness = TAP::Harness::Env->create(\%extra_args)
 
 =head1 DESCRIPTION
 
-This module implements the environmental variables that L<Test::Harness> for use with TAP::Harness.
+This module implements the environmental variables that L<Test::Harness> for use with TAP::Harness, and instantiates it with the appropriate arguments.
 
-=head1 FUNCTIONS
+=over 4
+
+=item * HARNESS_PERL_SWITCHES
+
+=item * HARNESS_VERBOSE
+
+=item * HARNESS_SUBCLASS
+
+=item * HARNESS_OPTIONS
+
+=item * HARNESS_TIMER
+
+=item * HARNESS_COLOR
+
+=item * HARNESS_IGNORE_EXIT
+
+=back
+
+=head1 METHODS
 
 =over 4
 
-=item * get_test_options( \%args )
+=item * create( \%args )
 
-This function reads the environment and generates an appropriate argument hash from it. If given any arguments, there will override the environmental defaults. It will return of C<$class> and C<$args>.
+This function reads the environment and generates an appropriate argument hash from it. If given any arguments in C<%extra_args>, these will override the environmental defaults. In accepts C<harness_class> (which defaults to C<TAP::Harness>), and any argument the harness class accepts.
 
 =back
diff --git a/lib/TAP/Object.pm b/lib/TAP/Object.pm
index dc4a721..a1a2164 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<TAP::*> mod
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser.pm b/lib/TAP/Parser.pm
index 8ff4825..32b1f4e 100644
--- a/lib/TAP/Parser.pm
+++ b/lib/TAP/Parser.pm
@@ -27,11 +27,11 @@ TAP::Parser - Parse L<TAP|Test::Harness::TAP> output
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 my $DEFAULT_TAP_VERSION = 12;
 my $MAX_TAP_VERSION     = 13;
diff --git a/lib/TAP/Parser/Aggregator.pm b/lib/TAP/Parser/Aggregator.pm
index eac9734..d02c3e8 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Grammar.pm b/lib/TAP/Parser/Grammar.pm
index 83ba5a2..5ee121b 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Iterator.pm b/lib/TAP/Parser/Iterator.pm
index e1f2f79..a949b52 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Iterator/Array.pm b/lib/TAP/Parser/Iterator/Array.pm
index 0c7252b..ce71f05 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Iterator/Process.pm b/lib/TAP/Parser/Iterator/Process.pm
index a0b9d38..8580498 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Iterator/Stream.pm b/lib/TAP/Parser/Iterator/Stream.pm
index 1b6125d..5ee9fbf 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/IteratorFactory.pm b/lib/TAP/Parser/IteratorFactory.pm
index 4410284..6216528 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Multiplexer.pm b/lib/TAP/Parser/Multiplexer.pm
index df4dc43..4173cdc 100644
--- a/lib/TAP/Parser/Multiplexer.pm
+++ b/lib/TAP/Parser/Multiplexer.pm
@@ -17,11 +17,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Result.pm b/lib/TAP/Parser/Result.pm
index df6bce5..48ba5dc 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Result/Bailout.pm b/lib/TAP/Parser/Result/Bailout.pm
index 75df122..0d213e6 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Comment.pm b/lib/TAP/Parser/Result/Comment.pm
index 1dea7d2..fc1f889 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Plan.pm b/lib/TAP/Parser/Result/Plan.pm
index 7d526cc..b52f9da 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Pragma.pm b/lib/TAP/Parser/Result/Pragma.pm
index 941210a..dd4818d 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Test.pm b/lib/TAP/Parser/Result/Test.pm
index 9a76bc5..0f34577 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Unknown.pm b/lib/TAP/Parser/Result/Unknown.pm
index ff36bc1..c5b86a8 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/Version.pm b/lib/TAP/Parser/Result/Version.pm
index 1420db9..733021d 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Result/YAML.pm b/lib/TAP/Parser/Result/YAML.pm
index 792d1ef..f592f68 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 DESCRIPTION
 
diff --git a/lib/TAP/Parser/ResultFactory.pm b/lib/TAP/Parser/ResultFactory.pm
index dd68cce..14ba708 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head2 DESCRIPTION
 
diff --git a/lib/TAP/Parser/Scheduler.pm b/lib/TAP/Parser/Scheduler.pm
index f7823b8..1e9b07f 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
@@ -100,7 +100,7 @@ Here are some examples:
 
 =head3 Rules resolution
 
-=over4
+=over 4
 
 =item * By default, all tests are eligible to be run in parallel. Specifying any of your own rules removes this one.
 
diff --git a/lib/TAP/Parser/Scheduler/Job.pm b/lib/TAP/Parser/Scheduler/Job.pm
index 036d2a3..b95f486 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Scheduler/Spinner.pm b/lib/TAP/Parser/Scheduler/Spinner.pm
index 11b9846..7cfeb65 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/Source.pm b/lib/TAP/Parser/Source.pm
index bb0f0ae..4085d65 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler.pm b/lib/TAP/Parser/SourceHandler.pm
index e17c1d6..b761de5 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler/Executable.pm b/lib/TAP/Parser/SourceHandler/Executable.pm
index 63c8e60..d68bfd6 100644
--- a/lib/TAP/Parser/SourceHandler/Executable.pm
+++ b/lib/TAP/Parser/SourceHandler/Executable.pm
@@ -16,11 +16,11 @@ TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP so
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler/File.pm b/lib/TAP/Parser/SourceHandler/File.pm
index eaa4781..d4d9300 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler/Handle.pm b/lib/TAP/Parser/SourceHandler/Handle.pm
index 90719af..697ebf4 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler/Perl.pm b/lib/TAP/Parser/SourceHandler/Perl.pm
index 9eef400..138500a 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/SourceHandler/RawTAP.pm b/lib/TAP/Parser/SourceHandler/RawTAP.pm
index 32e480f..69cb88c 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/YAMLish/Reader.pm b/lib/TAP/Parser/YAMLish/Reader.pm
index 7b54062..3dfe62c 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.32';
+our $VERSION = '3.33';
 
 # TODO:
 #   Handle blessed object syntax
@@ -269,7 +269,7 @@ TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =head1 SYNOPSIS
 
diff --git a/lib/TAP/Parser/YAMLish/Writer.pm b/lib/TAP/Parser/YAMLish/Writer.pm
index c883969..258a7cf 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.32';
+our $VERSION = '3.33';
 
 my $ESCAPE_CHAR = qr{ [ \x00-\x1f \" ] }x;
 my $ESCAPE_KEY  = qr{ (?: ^\W ) | $ESCAPE_CHAR }x;
@@ -146,7 +146,7 @@ TAP::Parser::YAMLish::Writer - Write YAMLish data
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =head1 SYNOPSIS
 
diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm
index 2f90aef..d080401 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.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 # Backwards compatibility for exportable variable names.
 *verbose  = *Verbose;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-harness-perl.git



More information about the Pkg-perl-cvs-commits mailing list