[libtest-simple-perl] 01/04: Merge tag 'upstream/1.302035'

gregor herrmann gregoa at debian.org
Thu Jun 30 16:10:15 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 4feea3b131ad9eadba42ea95c5ff7f78fc92f684
Merge: 0fe319e fe7ea95
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 30 18:00:22 2016 +0200

    Merge tag 'upstream/1.302035'
    
    Upstream version 1.302035

 Changes                                 |  56 +++++++
 MANIFEST                                |   5 +
 META.json                               |   4 +-
 META.yml                                |   4 +-
 Makefile.PL                             |   4 +-
 cpanfile                                |   1 -
 dist.ini                                |   3 +-
 lib/Test/Builder.pm                     |  15 +-
 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                        |  17 ++-
 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                        |  40 ++++-
 lib/Test2/API/Breakage.pm               |   3 +-
 lib/Test2/API/Context.pm                |   2 +-
 lib/Test2/API/Instance.pm               |  11 +-
 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              | 263 ++++++++++++++++++++++++++++++++
 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              |   2 +-
 lib/Test2/Event/Waiting.pm              |   2 +-
 lib/Test2/Formatter.pm                  |   2 +-
 lib/Test2/Formatter/TAP.pm              |   4 +-
 lib/Test2/Hub.pm                        |   6 +-
 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 +-
 lib/Test2/Transition.pod                |  14 +-
 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/Legacy/Regression/637.t               |  13 +-
 t/Legacy/Regression/683_thread_todo.t   |  31 ++++
 t/Test2/behavior/run_subtest_inherit.t  |  84 ++++++++++
 t/Test2/modules/API/Instance.t          |   3 +
 t/Test2/modules/Event/Generic.t         | 129 ++++++++++++++++
 t/regression/684-nested_todo_diag.t     |  23 +++
 58 files changed, 730 insertions(+), 75 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