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

gregor herrmann gregoa at debian.org
Sun Dec 25 19:52:53 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 acfb56d8193d9b20183ce7183116ce7d3fd47f22
Merge: b2da5ca ae84990
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 25 20:48:11 2016 +0100

    Merge tag 'upstream/1.302073'
    
    Upstream version 1.302073

 Changes                                          |  32 ++++
 MANIFEST                                         |   8 +-
 META.json                                        |   2 +-
 META.yml                                         |   2 +-
 Makefile.PL                                      |   4 +-
 lib/Test/Builder.pm                              |   2 +-
 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                                 |   2 +-
 lib/Test2/API/Breakage.pm                        |   2 +-
 lib/Test2/API/Context.pm                         |   2 +-
 lib/Test2/API/Instance.pm                        |   2 +-
 lib/Test2/API/Stack.pm                           |   2 +-
 lib/Test2/Event.pm                               |  43 ++++-
 lib/Test2/Event/Bail.pm                          |   2 +-
 lib/Test2/Event/Diag.pm                          |   2 +-
 lib/Test2/Event/{Exception.pm => Encoding.pm}    |  32 ++--
 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                            |   2 +-
 lib/Test2/Event/Plan.pm                          |   2 +-
 lib/Test2/Event/Skip.pm                          |   2 +-
 lib/Test2/Event/Subtest.pm                       |  42 ++++-
 lib/Test2/Event/{Exception.pm => TAP/Version.pm} |  29 ++--
 lib/Test2/Event/Waiting.pm                       |   2 +-
 lib/Test2/Formatter.pm                           |   2 +-
 lib/Test2/Formatter/TAP.pm                       |  29 ++--
 lib/Test2/Hub.pm                                 |   2 +-
 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                    |   2 +-
 t/tools.pl => lib/Test2/Tools/Tiny.pm            | 210 +++++++++++++++++++++--
 lib/Test2/Util.pm                                |   2 +-
 lib/Test2/Util/ExternalMeta.pm                   |   2 +-
 lib/Test2/Util/HashBase.pm                       |  80 ++++++---
 lib/Test2/Util/Trace.pm                          |  31 +++-
 lib/ok.pm                                        |   2 +-
 perltidyrc                                       |  19 --
 t/Legacy_And_Test2/builder_loaded_late.t         |   2 +-
 t/Legacy_And_Test2/hidden_warnings.t             |   2 +-
 t/Test2/behavior/Formatter.t                     |   2 +-
 t/Test2/behavior/Subtest_buffer_formatter.t      |   2 +-
 t/Test2/behavior/Subtest_events.t                |   2 +-
 t/Test2/behavior/Subtest_plan.t                  |   2 +-
 t/Test2/behavior/Subtest_todo.t                  |  29 ++++
 t/Test2/behavior/err_var.t                       |   2 +-
 t/Test2/behavior/init_croak.t                    |   2 +-
 t/Test2/behavior/nested_context_exception.t      |   2 +-
 t/Test2/behavior/no_load_api.t                   |   6 +-
 t/Test2/behavior/run_subtest_inherit.t           |   2 +-
 t/Test2/behavior/special_names.t                 |   2 +-
 t/Test2/legacy/TAP.t                             |   8 +-
 t/Test2/modules/API.t                            |   4 +-
 t/Test2/modules/API/Breakage.t                   |   2 +-
 t/Test2/modules/API/Context.t                    |   2 +-
 t/Test2/modules/API/Instance.t                   |   2 +-
 t/Test2/modules/API/Stack.t                      |   2 +-
 t/Test2/modules/Event.t                          |   2 +-
 t/Test2/modules/Event/Bail.t                     |   2 +-
 t/Test2/modules/Event/Diag.t                     |   2 +-
 t/Test2/modules/Event/Exception.t                |   2 +-
 t/Test2/modules/Event/Generic.t                  |   2 +-
 t/Test2/modules/Event/Info.t                     |   2 +-
 t/Test2/modules/Event/Note.t                     |   2 +-
 t/Test2/modules/Event/Ok.t                       |   2 +-
 t/Test2/modules/Event/Plan.t                     |   2 +-
 t/Test2/modules/Event/Skip.t                     |   2 +-
 t/Test2/modules/Event/Subtest.t                  |   2 +-
 t/Test2/modules/Event/Waiting.t                  |   2 +-
 t/Test2/modules/Formatter/TAP.t                  |  18 +-
 t/Test2/modules/Hub.t                            |   2 +-
 t/Test2/modules/Hub/Interceptor.t                |   2 +-
 t/Test2/modules/Hub/Interceptor/Terminator.t     |   2 +-
 t/Test2/modules/Hub/Subtest.t                    |   2 +-
 t/Test2/modules/IPC.t                            |   2 +-
 t/Test2/modules/IPC/Driver.t                     |   2 +-
 t/Test2/modules/IPC/Driver/Files.t               |   2 +-
 t/{tools.t => Test2/modules/Tools/Tiny.t}        |   2 +-
 t/Test2/modules/Util.t                           |   2 +-
 t/Test2/modules/Util/ExternalMeta.t              |   2 +-
 t/Test2/modules/Util/HashBase.t                  |  84 +++++++--
 t/Test2/modules/Util/Trace.t                     |   2 +-
 t/Test2/regression/693_ipc_ordering.t            |   2 +-
 t/Test2/regression/ipc_files_abort_exit.t        |   2 +-
 t/regression/696-intercept_skip_all.t            |   2 +-
 t/regression/721-nested-streamed-subtest.t       |   2 +-
 t/regression/no_name_in_subtest.t                |   2 +-
 xt/author/pod-spell.t                            |   1 +
 104 files changed, 653 insertions(+), 226 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