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

gregor herrmann gregoa at debian.org
Sat Oct 22 21:00:21 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 6f5123cd43eaa7dd666cb24a233d5a73b0117c3d
Merge: 1caf5a5 79138b7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 22 22:55:42 2016 +0200

    Merge tag 'upstream/1.302062'
    
    Upstream version 1.302062

 Changes                                     | 61 ++++++++++++++++++
 MANIFEST                                    |  7 ++-
 META.json                                   |  6 +-
 META.yml                                    |  4 +-
 Makefile.PL                                 |  4 +-
 lib/Test/Builder.pm                         | 18 +++---
 lib/Test/Builder/Formatter.pm               | 12 +++-
 lib/Test/Builder/Module.pm                  |  2 +-
 lib/Test/Builder/Tester.pm                  | 19 ++++--
 lib/Test/Builder/Tester/Color.pm            |  2 +-
 lib/Test/Builder/TodoDiag.pm                |  2 +-
 lib/Test/More.pm                            | 26 +++++++-
 lib/Test/Simple.pm                          |  2 +-
 lib/Test/Tester.pm                          |  5 +-
 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                                | 52 +++++++++++++++-
 lib/Test2/API.pm                            | 25 ++++++--
 lib/Test2/API/Breakage.pm                   |  2 +-
 lib/Test2/API/Context.pm                    | 28 +++++----
 lib/Test2/API/Instance.pm                   |  2 +-
 lib/Test2/API/Stack.pm                      |  2 +-
 lib/Test2/Event.pm                          |  2 +-
 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                     |  2 +-
 lib/Test2/Event/Note.pm                     |  2 +-
 lib/Test2/Event/Ok.pm                       |  6 +-
 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                      | 36 ++++++++++-
 lib/Test2/Formatter/TAP.pm                  | 26 +++++++-
 lib/Test2/Hub.pm                            | 22 +++++--
 lib/Test2/Hub/Interceptor.pm                | 12 +++-
 lib/Test2/Hub/Interceptor/Terminator.pm     |  2 +-
 lib/Test2/Hub/Subtest.pm                    |  4 +-
 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 +-
 lib/ok.pm                                   |  2 +-
 t/00-report.t                               |  7 ++-
 t/Legacy/is_deeply_fail.t                   | 10 ++-
 t/Legacy/missing.t                          |  1 +
 t/Test2/behavior/Formatter.t                | 84 +++++++++++++++++++++++++
 t/Test2/behavior/Subtest_buffer_formatter.t | 10 ++-
 t/Test2/behavior/no_load_api.t              |  1 +
 t/Test2/behavior/special_names.t            | 86 ++++++++++++++++++++++++++
 t/Test2/legacy/TAP.t                        | 39 +-----------
 t/Test2/modules/Event/Ok.t                  | 12 ----
 t/Test2/modules/Formatter/TAP.t             | 70 +++++++++++++++++++++
 t/Test2/modules/Hub/Interceptor.t           |  2 +-
 t/Test2/modules/IPC/Driver/Files.t          | 20 +++---
 t/lib/SkipAll.pm                            |  7 +++
 t/regression/696-intercept_skip_all.t       | 41 ++++++++++++
 t/regression/721-nested-streamed-subtest.t  | 96 +++++++++++++++++++++++++++++
 t/tools.pl                                  | 34 +++++++++-
 xt/author/pod-spell.t                       |  1 +
 67 files changed, 793 insertions(+), 163 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