[libtest-simple-perl] 01/07: Update upstream source from tag 'upstream/1.302098'

gregor herrmann gregoa at debian.org
Tue Oct 3 21:13:21 UTC 2017


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 f6cf407b0848266f64c338d10607e6d8b05390aa
Merge: 23ba729 41ca8c6
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 3 22:57:20 2017 +0200

    Update upstream source from tag 'upstream/1.302098'
    
    Update to upstream version '1.302098'
    with Debian dir 5d154b54c6bcba924aecdcf9ea16cce107e20719

 Changes                                       |   67 ++
 MANIFEST                                      |   38 +-
 META.json                                     |    9 +-
 META.yml                                      |    7 +-
 Makefile.PL                                   |   10 +-
 cpanfile                                      |    3 +-
 dist.ini                                      |    5 +-
 lib/Test/Builder.pm                           |   71 +-
 lib/Test/Builder/Formatter.pm                 |   61 +-
 lib/Test/Builder/IO/Scalar.pm                 |    1 +
 lib/Test/Builder/Module.pm                    |    4 +-
 lib/Test/Builder/Tester.pm                    |    4 +-
 lib/Test/Builder/Tester/Color.pm              |    2 +-
 lib/Test/Builder/TodoDiag.pm                  |    9 +-
 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/Tutorial.pod                         |    4 +-
 lib/Test/use/ok.pm                            |    2 +-
 lib/Test2.pm                                  |    2 +-
 lib/Test2/API.pm                              |  163 +++-
 lib/Test2/API/Breakage.pm                     |    5 +-
 lib/Test2/API/Context.pm                      |  208 +++-
 lib/Test2/API/Instance.pm                     |   62 +-
 lib/Test2/API/Stack.pm                        |    4 +-
 lib/Test2/Event.pm                            |  424 +++++++-
 lib/Test2/Event/Bail.pm                       |   23 +-
 lib/Test2/Event/Diag.pm                       |   18 +-
 lib/Test2/Event/Encoding.pm                   |   15 +-
 lib/Test2/Event/Exception.pm                  |   27 +-
 lib/Test2/Event/Fail.pm                       |  118 +++
 lib/Test2/Event/Generic.pm                    |   31 +-
 lib/Test2/Event/Note.pm                       |   18 +-
 lib/Test2/Event/Ok.pm                         |   29 +-
 lib/Test2/Event/Pass.pm                       |  114 +++
 lib/Test2/Event/Plan.pm                       |   33 +-
 lib/Test2/Event/Skip.pm                       |   21 +-
 lib/Test2/Event/Subtest.pm                    |  103 +-
 lib/Test2/Event/TAP/Version.pm                |   22 +-
 lib/Test2/Event/Waiting.pm                    |   17 +-
 lib/Test2/EventFacet.pm                       |   93 ++
 lib/Test2/EventFacet/About.pm                 |   80 ++
 lib/Test2/EventFacet/Amnesty.pm               |   91 ++
 lib/Test2/EventFacet/Assert.pm                |   93 ++
 lib/Test2/EventFacet/Control.pm               |  100 ++
 lib/Test2/EventFacet/Error.pm                 |   93 ++
 lib/Test2/EventFacet/Info.pm                  |  102 ++
 lib/Test2/EventFacet/Meta.pm                  |  104 ++
 lib/Test2/EventFacet/Parent.pm                |   98 ++
 lib/Test2/EventFacet/Plan.pm                  |   94 ++
 lib/Test2/{Util => EventFacet}/Trace.pm       |  130 ++-
 lib/Test2/Formatter.pm                        |   21 +-
 lib/Test2/Formatter/TAP.pm                    |  558 +++++------
 lib/Test2/Hub.pm                              |   82 +-
 lib/Test2/Hub/Interceptor.pm                  |   10 +-
 lib/Test2/Hub/Interceptor/Terminator.pm       |    2 +-
 lib/Test2/Hub/Subtest.pm                      |   60 +-
 lib/Test2/IPC.pm                              |    2 +-
 lib/Test2/IPC/Driver.pm                       |    7 +-
 lib/Test2/IPC/Driver/Files.pm                 |   85 +-
 lib/Test2/Tools/Tiny.pm                       |   88 +-
 lib/Test2/Util.pm                             |  133 ++-
 lib/Test2/Util/ExternalMeta.pm                |    2 +-
 lib/Test2/Util/Facets2Legacy.pm               |  114 +++
 lib/Test2/Util/HashBase.pm                    |  169 +++-
 lib/Test2/Util/Trace.pm                       |  169 +---
 lib/ok.pm                                     |    2 +-
 t/00-report.t                                 |    6 +-
 t/{Test2/modules/Util => }/HashBase.t         |   85 +-
 t/Legacy/Builder/done_testing_double.t        |   16 +-
 t/Legacy/Builder/done_testing_plan_mismatch.t |   15 +-
 t/Legacy/Builder/fork_with_new_stdout.t       |   29 +-
 t/Legacy/Builder/is_passing.t                 |   11 +-
 t/Legacy/Builder/no_diag.t                    |    7 +-
 t/Legacy/Regression/637.t                     |    6 +-
 t/Legacy/Regression/736_use_ok.t              |   10 +-
 t/Legacy/Regression/789-read-only.t           |   37 +
 t/Legacy/Tester/tbt_08subtest.t               |    1 +
 t/Legacy/Tester/tbt_09do.t                    |    3 +-
 t/Legacy/bail_out.t                           |    2 +
 t/Legacy/c_flag.t                             |    2 +
 t/Legacy/died.t                               |    2 +
 t/Legacy/extra.t                              |   19 +-
 t/Legacy/extra_one.t                          |    2 +
 t/Legacy/fail-like.t                          |    4 +-
 t/Legacy/fail-more.t                          |    2 +
 t/Legacy/fail.t                               |   19 +-
 t/Legacy/fail_one.t                           |   11 +-
 t/Legacy/harness_active.t                     |    2 +
 t/Legacy/missing.t                            |    2 +
 t/Legacy/no_plan.t                            |   11 +-
 t/Legacy/no_tests.t                           |    2 +
 t/Legacy/overload_threads.t                   |    6 +-
 t/Legacy/skip.t                               |    2 +-
 t/Legacy/subtest/bail_out.t                   |   10 +-
 t/Legacy/subtest/basic.t                      |   88 +-
 t/Legacy/subtest/events.t                     |    2 +-
 t/Legacy/subtest/fork.t                       |    5 +
 t/Legacy/undef.t                              |   17 +-
 t/Legacy/utf8.t                               |    8 +-
 t/Legacy/versions.t                           |    1 +
 t/Legacy_And_Test2/builder_loaded_late.t      |   15 +-
 t/Legacy_And_Test2/preload_diag_note.t        |   42 +
 t/Test2/behavior/Subtest_events.t             |    4 +-
 t/Test2/behavior/Subtest_todo.t               |   32 +-
 t/Test2/behavior/init_croak.t                 |    2 +
 t/Test2/behavior/intercept.t                  |   40 +
 t/Test2/behavior/nested_context_exception.t   |    2 +
 t/Test2/behavior/no_load_api.t                |    7 +-
 t/Test2/behavior/run_subtest_inherit.t        |   12 +-
 t/Test2/behavior/special_names.t              |    2 +
 t/Test2/behavior/subtest_bailout.t            |    6 +-
 t/Test2/behavior/trace_signature.t            |   21 +-
 t/Test2/legacy/TAP.t                          |    4 +-
 t/Test2/modules/API.t                         |    7 +
 t/Test2/modules/API/Context.t                 |    9 +-
 t/Test2/modules/API/Instance.t                |   13 +-
 t/Test2/modules/Event.t                       |  635 +++++++++++-
 t/Test2/modules/Event/Bail.t                  |   61 +-
 t/Test2/modules/Event/Diag.t                  |   27 +-
 t/Test2/modules/Event/Encoding.t              |   28 +
 t/Test2/modules/Event/Exception.t             |   40 +-
 t/Test2/modules/Event/Fail.t                  |   38 +
 t/Test2/modules/Event/Generic.t               |    2 +-
 t/Test2/modules/Event/Note.t                  |   28 +-
 t/Test2/modules/Event/Ok.t                    |   85 +-
 t/Test2/modules/Event/Pass.t                  |   37 +
 t/Test2/modules/Event/Plan.t                  |   87 +-
 t/Test2/modules/Event/Skip.t                  |   18 +-
 t/Test2/modules/Event/Subtest.t               |   29 +-
 t/Test2/modules/Event/TAP/Version.t           |   28 +
 t/Test2/modules/Event/Waiting.t               |   17 +-
 t/Test2/modules/EventFacet.t                  |   24 +
 t/Test2/modules/EventFacet/About.t            |   21 +
 t/Test2/modules/EventFacet/Amnesty.t          |   21 +
 t/Test2/modules/EventFacet/Assert.t           |   21 +
 t/Test2/modules/EventFacet/Control.t          |   24 +
 t/Test2/modules/EventFacet/Error.t            |   21 +
 t/Test2/modules/EventFacet/Info.t             |   21 +
 t/Test2/modules/EventFacet/Meta.t             |   25 +
 t/Test2/modules/EventFacet/Parent.t           |   22 +
 t/Test2/modules/EventFacet/Plan.t             |   22 +
 t/Test2/modules/{Util => EventFacet}/Trace.t  |   11 +-
 t/Test2/modules/Formatter/TAP.t               | 1303 +++++++++++++++++--------
 t/Test2/modules/Hub.t                         |   26 +-
 t/Test2/modules/Hub/Subtest.t                 |    9 +-
 t/Test2/modules/IPC/Driver.t                  |    3 +
 t/Test2/modules/IPC/Driver/Files.t            |    7 +-
 t/Test2/modules/Tools/Tiny.t                  |   32 +-
 t/Test2/modules/Util.t                        |   27 +
 t/Test2/modules/Util/Facets2Legacy.t          |  144 +++
 t/Test2/modules/Util/Trace.t                  |    6 +-
 t/Test2/regression/746-forking-subtest.t      |    2 +-
 t/Test2/regression/gh_16.t                    |    2 +-
 t/Test2/regression/ipc_files_abort_exit.t     |    1 +
 t/lib/Test/Builder/NoOutput.pm                |    3 +
 t/lib/Test/Simple/Catch.pm                    |    2 +
 t/regression/721-nested-streamed-subtest.t    |  151 +--
 t/regression/buffered_subtest_plan_buffered.t |   39 +
 t/regression/builder_does_not_init.t          |   18 +
 t/regression/errors_facet.t                   |   53 +
 xt/author/pod-spell.t                         |   22 +-
 165 files changed, 6510 insertions(+), 1744 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