[libtest-harness-perl] 01/04: Merge tag 'upstream/3.30'

gregor herrmann gregoa at debian.org
Sun Nov 24 16:39:22 UTC 2013


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 2200c3a23ee7ceb21a5688f326d4675ea8c244d0
Merge: 6be3c3e 1860748
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 24 17:35:22 2013 +0100

    Merge tag 'upstream/3.30'
    
    Upstream version 3.30

 Changes                                      |  14 ++++
 META.json                                    | 100 +++++++++++++--------------
 META.yml                                     | 100 +++++++++++++--------------
 Makefile.PL                                  |   1 -
 bin/prove                                    |  14 ++--
 inc/MyBuilder.pm                             |   2 +-
 lib/App/Prove.pm                             |   6 +-
 lib/App/Prove/State.pm                       |   6 +-
 lib/App/Prove/State/Result.pm                |   4 +-
 lib/App/Prove/State/Result/Test.pm           |   4 +-
 lib/TAP/Base.pm                              |   8 +--
 lib/TAP/Formatter/Base.pm                    |   6 +-
 lib/TAP/Formatter/Color.pm                   |   6 +-
 lib/TAP/Formatter/Console.pm                 |   6 +-
 lib/TAP/Formatter/Console/ParallelSession.pm |   6 +-
 lib/TAP/Formatter/Console/Session.pm         |   6 +-
 lib/TAP/Formatter/File.pm                    |   6 +-
 lib/TAP/Formatter/File/Session.pm            |   6 +-
 lib/TAP/Formatter/Session.pm                 |   6 +-
 lib/TAP/Harness.pm                           |   6 +-
 lib/TAP/Harness/Beyond.pod                   |   4 +-
 lib/TAP/Harness/Env.pm                       |   4 +-
 lib/TAP/Object.pm                            |   6 +-
 lib/TAP/Parser.pm                            |   6 +-
 lib/TAP/Parser/Aggregator.pm                 |   6 +-
 lib/TAP/Parser/Grammar.pm                    |   6 +-
 lib/TAP/Parser/Iterator.pm                   |   8 +--
 lib/TAP/Parser/Iterator/Array.pm             |   6 +-
 lib/TAP/Parser/Iterator/Process.pm           |  10 ++-
 lib/TAP/Parser/Iterator/Stream.pm            |   6 +-
 lib/TAP/Parser/IteratorFactory.pm            |   8 +--
 lib/TAP/Parser/Multiplexer.pm                |   6 +-
 lib/TAP/Parser/Result.pm                     |   8 +--
 lib/TAP/Parser/Result/Bailout.pm             |   6 +-
 lib/TAP/Parser/Result/Comment.pm             |   6 +-
 lib/TAP/Parser/Result/Plan.pm                |   6 +-
 lib/TAP/Parser/Result/Pragma.pm              |   6 +-
 lib/TAP/Parser/Result/Test.pm                |   6 +-
 lib/TAP/Parser/Result/Unknown.pm             |   6 +-
 lib/TAP/Parser/Result/Version.pm             |   6 +-
 lib/TAP/Parser/Result/YAML.pm                |   6 +-
 lib/TAP/Parser/ResultFactory.pm              |  10 +--
 lib/TAP/Parser/Scheduler.pm                  |   4 +-
 lib/TAP/Parser/Scheduler/Job.pm              |   4 +-
 lib/TAP/Parser/Scheduler/Spinner.pm          |   4 +-
 lib/TAP/Parser/Source.pm                     |   8 +--
 lib/TAP/Parser/SourceHandler.pm              |  10 +--
 lib/TAP/Parser/SourceHandler/Executable.pm   |   8 +--
 lib/TAP/Parser/SourceHandler/File.pm         |   6 +-
 lib/TAP/Parser/SourceHandler/Handle.pm       |   6 +-
 lib/TAP/Parser/SourceHandler/Perl.pm         |   8 +--
 lib/TAP/Parser/SourceHandler/RawTAP.pm       |   6 +-
 lib/TAP/Parser/YAMLish/Reader.pm             |   6 +-
 lib/TAP/Parser/YAMLish/Writer.pm             |   6 +-
 lib/Test/Harness.pm                          |   6 +-
 t/base.t                                     |   2 +-
 t/harness.t                                  |   3 +-
 t/iterators.t                                |   2 +-
 t/lib/EmptyParser.pm                         |   2 +-
 t/lib/MyFileSourceHandler.pm                 |   2 +-
 t/lib/MyGrammar.pm                           |   2 +-
 t/lib/MyIterator.pm                          |   2 +-
 t/lib/MyPerlSourceHandler.pm                 |   2 +-
 t/lib/MyResult.pm                            |   2 +-
 t/lib/MyResultFactory.pm                     |   2 +-
 t/lib/MySourceHandler.pm                     |   4 +-
 t/lib/TAP/Parser/SubclassTest.pm             |   2 +-
 t/lib/Test/Builder.pm                        |   2 +-
 t/lib/Test/Builder/Module.pm                 |   2 +-
 t/lib/Test/More.pm                           |   2 +-
 t/lib/Test/Simple.pm                         |   2 +-
 t/object.t                                   |   2 +-
 t/parse.t                                    |   6 +-
 t/prove.t                                    |   2 +-
 t/proverun.t                                 |   2 +-
 t/results.t                                  |   2 +-
 t/source_handler.t                           |   2 +
 t/testargs.t                                 |   2 +-
 78 files changed, 302 insertions(+), 288 deletions(-)

-- 
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