[libtest2-perl] 01/05: Merge tag 'upstream/0.000042'

gregor herrmann gregoa at debian.org
Sun Apr 17 12:50:27 UTC 2016


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

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

commit 45690f0fb06c44f0ed7203c2a34700f094f24cbe
Merge: 1360b24 dc79d0e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 14:44:54 2016 +0200

    Merge tag 'upstream/0.000042'
    
    Upstream version 0.000042

 Changes                                 |  53 ++++++++++++++
 MANIFEST                                |   4 ++
 META.json                               |   2 +-
 META.yml                                |   2 +-
 Makefile.PL                             |   2 +-
 lib/Test2.pm                            |   2 +-
 lib/Test2/API.pm                        | 124 ++++++++++++++++++++++++++------
 lib/Test2/API/Context.pm                |   2 +-
 lib/Test2/API/Instance.pm               |  19 +++--
 lib/Test2/API/Stack.pm                  |   2 +-
 lib/Test2/Event.pm                      |  36 +++++++++-
 lib/Test2/Event/Bail.pm                 |  12 +++-
 lib/Test2/Event/Diag.pm                 |   6 +-
 lib/Test2/Event/Exception.pm            |  10 ++-
 lib/Test2/Event/Note.pm                 |   4 +-
 lib/Test2/Event/Ok.pm                   |  18 ++++-
 lib/Test2/Event/Plan.pm                 |  26 ++++++-
 lib/Test2/Event/Skip.pm                 |  16 ++++-
 lib/Test2/Event/Subtest.pm              |  20 +++++-
 lib/Test2/Event/Waiting.pm              |   4 +-
 lib/Test2/Formatter.pm                  |  16 +++--
 lib/Test2/Formatter/TAP.pm              |  49 +++++++++++--
 lib/Test2/Hub.pm                        |   2 +-
 lib/Test2/Hub/Interceptor.pm            |   2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   2 +-
 lib/Test2/Hub/Subtest.pm                |  12 +++-
 lib/Test2/IPC.pm                        |   2 +-
 lib/Test2/IPC/Driver.pm                 |   2 +-
 lib/Test2/IPC/Driver/Files.pm           |   2 +-
 lib/Test2/Util.pm                       |   2 +-
 lib/Test2/Util/ExternalMeta.pm          |   2 +-
 lib/Test2/Util/HashBase.pm              |   2 +-
 lib/Test2/Util/Trace.pm                 |   2 +-
 t/behavior/Subtest_buffer_formatter.t   |  90 +++++++++++++++++++++++
 t/behavior/Subtest_events.t             |  17 +++++
 t/behavior/Taint.t                      |   2 +
 t/behavior/nested_context_exception.t   |   4 +-
 t/behavior/no_load_api.t                |  49 +++++++++++++
 t/legacy/TAP.t                          |   2 +
 t/modules/API/Context.t                 |   1 +
 t/modules/Event.t                       |   6 ++
 t/modules/Event/Bail.t                  |   6 ++
 t/modules/Event/Diag.t                  |   5 ++
 t/modules/Event/Exception.t             |   4 ++
 t/modules/Event/Note.t                  |   3 +
 t/modules/Event/Ok.t                    |  12 ++++
 t/modules/Event/Plan.t                  |   8 +++
 t/modules/Event/Skip.t                  |   5 ++
 t/modules/Event/Subtest.t               |  11 +++
 t/modules/Event/Waiting.t               |   2 +
 t/modules/Formatter/TAP.t               |  10 +--
 t/regression/gh_16.t                    |  23 ++++++
 52 files changed, 651 insertions(+), 70 deletions(-)

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



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