[libtest2-suite-perl] 01/04: Update upstream source from tag 'upstream/0.000097'

gregor herrmann gregoa at debian.org
Mon Dec 25 16:23:11 UTC 2017


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

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

commit fed2faa3baa61a8fb377ff507e8fd122b5e1b309
Merge: 39bbd24 78eb6cd
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 25 17:15:46 2017 +0100

    Update upstream source from tag 'upstream/0.000097'
    
    Update to upstream version '0.000097'
    with Debian dir f543653d6db6aa351ce692c1b5359348929ba6cf

 Changes                                  | 359 ++++++++++---
 MANIFEST                                 |  63 ++-
 META.json                                |  19 +-
 META.yml                                 |   9 +-
 Makefile.PL                              |  18 +-
 README                                   |  10 +-
 README.md                                |  10 +-
 TODO                                     |   9 -
 cpanfile                                 |  13 +-
 lib/Test2/AsyncSubtest.pm                | 776 +++++++++++++++++++++++++++++
 lib/Test2/AsyncSubtest/Event/Attach.pm   |  90 ++++
 lib/Test2/AsyncSubtest/Event/Detach.pm   |  90 ++++
 lib/Test2/AsyncSubtest/Formatter.pm      |  32 ++
 lib/Test2/AsyncSubtest/Hub.pm            |  95 ++++
 lib/Test2/Bundle.pm                      |   4 +-
 lib/Test2/Bundle/Extended.pm             |   4 +-
 lib/Test2/Bundle/More.pm                 |   4 +-
 lib/Test2/Bundle/Simple.pm               |   4 +-
 lib/Test2/Compare.pm                     |   6 +-
 lib/Test2/Compare/Array.pm               |   9 +-
 lib/Test2/Compare/Bag.pm                 |   4 +-
 lib/Test2/Compare/Base.pm                |   8 +-
 lib/Test2/Compare/Bool.pm                |   4 +-
 lib/Test2/Compare/Custom.pm              |   4 +-
 lib/Test2/Compare/DeepRef.pm             |   4 +-
 lib/Test2/Compare/Delta.pm               |  14 +-
 lib/Test2/Compare/Event.pm               |   4 +-
 lib/Test2/Compare/EventMeta.pm           |   4 +-
 lib/Test2/Compare/Float.pm               |   4 +-
 lib/Test2/Compare/Hash.pm                |   8 +-
 lib/Test2/Compare/Meta.pm                |   4 +-
 lib/Test2/Compare/Negatable.pm           |   4 +-
 lib/Test2/Compare/Number.pm              |   4 +-
 lib/Test2/Compare/Object.pm              |  16 +-
 lib/Test2/Compare/OrderedSubset.pm       |   6 +-
 lib/Test2/Compare/Pattern.pm             |   4 +-
 lib/Test2/Compare/Ref.pm                 |   4 +-
 lib/Test2/Compare/Regex.pm               |   4 +-
 lib/Test2/Compare/Scalar.pm              |   6 +-
 lib/Test2/Compare/Set.pm                 |   4 +-
 lib/Test2/Compare/String.pm              |   4 +-
 lib/Test2/Compare/Undef.pm               |   4 +-
 lib/Test2/Compare/Wildcard.pm            |   4 +-
 lib/Test2/Event/Times.pm                 |   2 +-
 lib/Test2/Manual.pm                      |  80 +++
 lib/Test2/Manual/Anatomy.pm              |  84 ++++
 lib/Test2/Manual/Anatomy/EndToEnd.pm     | 376 ++++++++++++++
 lib/Test2/Manual/Anatomy/Event.pm        | 416 ++++++++++++++++
 lib/Test2/Manual/Concurrency.pm          | 133 +++++
 lib/Test2/Manual/Contributing.pm         | 115 +++++
 lib/Test2/Manual/Testing.pm              | 245 +++++++++
 lib/Test2/Manual/Testing/Introduction.pm | 293 +++++++++++
 lib/Test2/Manual/Testing/Migrating.pm    | 420 ++++++++++++++++
 lib/Test2/Manual/Testing/Planning.pm     | 104 ++++
 lib/Test2/Manual/Testing/Todo.pm         | 112 +++++
 lib/Test2/Manual/Tooling.pm              | 118 +++++
 lib/Test2/Manual/Tooling/FirstTool.pm    | 145 ++++++
 lib/Test2/Manual/Tooling/Nesting.pm      | 140 ++++++
 lib/Test2/Manual/Tooling/Subtest.pm      | 164 ++++++
 lib/Test2/Manual/Tooling/Testing.pm      | 151 ++++++
 lib/Test2/Mock.pm                        |   4 +-
 lib/Test2/Plugin.pm                      |   4 +-
 lib/Test2/Plugin/BailOnFail.pm           |   4 +-
 lib/Test2/Plugin/DieOnFail.pm            |   4 +-
 lib/Test2/Plugin/ExitSummary.pm          |   7 +-
 lib/Test2/Plugin/SRand.pm                |   4 +-
 lib/Test2/Plugin/Times.pm                |   4 +-
 lib/Test2/Plugin/UTF8.pm                 |   4 +-
 lib/Test2/Require.pm                     |   4 +-
 lib/Test2/Require/AuthorTesting.pm       |   4 +-
 lib/Test2/Require/EnvVar.pm              |   4 +-
 lib/Test2/Require/Fork.pm                |   4 +-
 lib/Test2/Require/Module.pm              |   4 +-
 lib/Test2/Require/Perl.pm                |   4 +-
 lib/Test2/Require/RealFork.pm            |   4 +-
 lib/Test2/Require/Threads.pm             |   4 +-
 lib/Test2/Suite.pm                       |  12 +-
 lib/Test2/Todo.pm                        |   4 +-
 lib/Test2/Tools.pm                       |   4 +-
 lib/Test2/Tools/AsyncSubtest.pm          | 177 +++++++
 lib/Test2/Tools/Basic.pm                 |   4 +-
 lib/Test2/Tools/Class.pm                 |   4 +-
 lib/Test2/Tools/ClassicCompare.pm        |   4 +-
 lib/Test2/Tools/Compare.pm               |  36 +-
 lib/Test2/Tools/Defer.pm                 |   4 +-
 lib/Test2/Tools/Encoding.pm              |   4 +-
 lib/Test2/Tools/Event.pm                 |   4 +-
 lib/Test2/Tools/Exception.pm             |   4 +-
 lib/Test2/Tools/Exports.pm               |   4 +-
 lib/Test2/Tools/GenTemp.pm               |   7 +-
 lib/Test2/Tools/Grab.pm                  |   4 +-
 lib/Test2/Tools/Mock.pm                  |   4 +-
 lib/Test2/Tools/Ref.pm                   |   4 +-
 lib/Test2/Tools/Spec.pm                  | 678 +++++++++++++++++++++++++
 lib/Test2/Tools/Subtest.pm               |   4 +-
 lib/Test2/Tools/Target.pm                |   4 +-
 lib/Test2/Tools/Tester.pm                |   8 +-
 lib/Test2/Tools/Warnings.pm              |   4 +-
 lib/Test2/Util/Grabber.pm                |   4 +-
 lib/Test2/Util/Ref.pm                    |   4 +-
 lib/Test2/Util/Stash.pm                  |   4 +-
 lib/Test2/Util/Sub.pm                    |   4 +-
 lib/Test2/Util/Table.pm                  |   4 +-
 lib/Test2/Util/Table/Cell.pm             |   2 +-
 lib/Test2/Util/Table/LineBreak.pm        |   4 +-
 lib/Test2/Util/Term.pm                   |   2 +-
 lib/Test2/Util/Times.pm                  |   4 +-
 lib/Test2/V0.pm                          |   4 +-
 lib/Test2/Workflow.pm                    | 288 +++++++++++
 lib/Test2/Workflow/BlockBase.pm          | 146 ++++++
 lib/Test2/Workflow/Build.pm              | 165 ++++++
 lib/Test2/Workflow/Runner.pm             | 476 ++++++++++++++++++
 lib/Test2/Workflow/Task.pm               | 180 +++++++
 lib/Test2/Workflow/Task/Action.pm        |  53 ++
 lib/Test2/Workflow/Task/Group.pm         | 111 +++++
 t/00-report.t                            |   7 +-
 t/acceptance/OO.t                        | 124 +++++
 t/acceptance/Tools.t                     |  48 ++
 t/acceptance/Workflow-Acceptance.t       | 829 +++++++++++++++++++++++++++++++
 t/acceptance/Workflow-Acceptance2.t      |  16 +
 t/acceptance/Workflow-Acceptance3.t      |   9 +
 t/acceptance/Workflow-Acceptance4.t      |  14 +
 t/acceptance/Workflow-Acceptance5.t      |  43 ++
 t/acceptance/skip.t                      | 151 ++++++
 t/behavior/Mocking.t                     |  45 ++
 t/behavior/filtering.t                   | 616 +++++++++++++++++++++++
 t/behavior/no_done_testing.t             |  21 +
 t/behavior/no_leaks_any.t                |  17 +
 t/behavior/no_leaks_no_fork.t            |  17 +
 t/behavior/no_leaks_no_iso.t             |  17 +
 t/behavior/no_leaks_no_threads.t         |  17 +
 t/behavior/simple.t                      |  12 +
 t/lib/MyTest/Target.pm                   |   8 +
 t/load_manual.t                          |   3 +
 t/modules/AsyncSubtest.t                 | 190 +++++++
 t/modules/AsyncSubtest/Event/Attach.t    |  38 ++
 t/modules/AsyncSubtest/Event/Detach.t    |  38 ++
 t/modules/AsyncSubtest/Hub.t             |   8 +
 t/modules/Compare.t                      |   2 +-
 t/modules/Compare/Array.t                |  21 +
 t/modules/Compare/Hash.t                 |  24 +-
 t/modules/Compare/Meta.t                 |   2 +-
 t/modules/Compare/Object.t               |   2 +-
 t/modules/Compare/OrderedSubset.t        |  19 +
 t/modules/Compare/Wildcard.t             |   6 +-
 t/modules/Tools/AsyncSubtest.t           |  74 +++
 t/modules/Tools/Spec.t                   |   3 +
 t/modules/Workflow.t                     |   3 +
 t/modules/Workflow/BlockBase.t           |   3 +
 t/modules/Workflow/Build.t               |   3 +
 t/modules/Workflow/Runner.t              |   3 +
 t/modules/Workflow/Task.t                |   4 +
 t/modules/Workflow/Task/Action.t         |   5 +
 t/modules/Workflow/Task/Group.t          |   7 +
 t/regression/132-bool.t                  |  57 +++
 155 files changed, 9584 insertions(+), 294 deletions(-)

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



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