[libtest-simple-perl] 01/03: Merge tag 'upstream/1.302045'

gregor herrmann gregoa at debian.org
Thu Jul 21 19:31:37 UTC 2016


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

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

commit 32c9e8386e0f41b9e878c2f345af3e4edc2b99d3
Merge: 8ecfae6 773fac1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 21 21:24:22 2016 +0200

    Merge tag 'upstream/1.302045'
    
    Upstream version 1.302045

 Changes                                 |  32 +++++
 MANIFEST                                |   7 +-
 META.json                               |   7 +-
 META.yml                                |   5 +-
 Makefile.PL                             |   2 +-
 lib/Test/Builder.pm                     |   4 +-
 lib/Test/Builder/Formatter.pm           |   2 +-
 lib/Test/Builder/Module.pm              |   2 +-
 lib/Test/Builder/Tester.pm              |   2 +-
 lib/Test/Builder/Tester/Color.pm        |   2 +-
 lib/Test/Builder/TodoDiag.pm            |   2 +-
 lib/Test/More.pm                        |   2 +-
 lib/Test/Simple.pm                      |   2 +-
 lib/Test/Tester.pm                      |   2 +-
 lib/Test/Tester/Capture.pm              |   2 +-
 lib/Test/Tester/CaptureRunner.pm        |   2 +-
 lib/Test/Tester/Delegate.pm             |   2 +-
 lib/Test/use/ok.pm                      |   2 +-
 lib/Test2.pm                            |   2 +-
 lib/Test2/API.pm                        |  41 +++---
 lib/Test2/API/Breakage.pm               |   2 +-
 lib/Test2/API/Context.pm                |  35 +++--
 lib/Test2/API/Instance.pm               |   2 +-
 lib/Test2/API/Stack.pm                  |   2 +-
 lib/Test2/Event.pm                      |   6 +-
 lib/Test2/Event/Bail.pm                 |   2 +-
 lib/Test2/Event/Diag.pm                 |   2 +-
 lib/Test2/Event/Exception.pm            |   2 +-
 lib/Test2/Event/Generic.pm              |   2 +-
 lib/Test2/Event/Info.pm                 | 127 +++++++++++++++++
 lib/Test2/Event/Note.pm                 |   2 +-
 lib/Test2/Event/Ok.pm                   |   7 +-
 lib/Test2/Event/Plan.pm                 |   2 +-
 lib/Test2/Event/Skip.pm                 |   2 +-
 lib/Test2/Event/Subtest.pm              |   2 +-
 lib/Test2/Event/Waiting.pm              |   2 +-
 lib/Test2/Formatter.pm                  |   4 +-
 lib/Test2/Formatter/TAP.pm              |   2 +-
 lib/Test2/Hub.pm                        |  12 +-
 lib/Test2/Hub/Interceptor.pm            |   2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   2 +-
 lib/Test2/Hub/Subtest.pm                |   2 +-
 lib/Test2/IPC.pm                        |   2 +-
 lib/Test2/IPC/Driver.pm                 |   2 +-
 lib/Test2/IPC/Driver/Files.pm           | 149 ++++++++++++++++----
 lib/Test2/Util.pm                       |   4 +-
 lib/Test2/Util/ExternalMeta.pm          |   2 +-
 lib/Test2/Util/HashBase.pm              |   2 +-
 lib/Test2/Util/Trace.pm                 |   2 +-
 lib/ok.pm                               |   2 +-
 t/Legacy/subtest/plan.t                 |  49 +++++++
 t/Test2/behavior/Subtest_plan.t         |  19 +++
 t/Test2/modules/API/Context.t           |  19 ++-
 t/Test2/modules/Event/Info.t            |  45 ++++++
 t/Test2/modules/IPC/Driver/Files.t      | 242 +++++++++++++++++++++++++++++++-
 t/Test2/regression/693_ipc_ordering.t   |  30 ++++
 xt/author/pod-spell.t                   |   2 +
 57 files changed, 792 insertions(+), 126 deletions(-)

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



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