[libtest2-suite-perl] 01/03: Merge tag 'upstream/0.000060'

Angel Abad angel at debian.org
Wed Oct 12 17:04:04 UTC 2016


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

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

commit 747958f182d319129fa8624b4d899c7d905e27f7
Merge: ce47d9f 9b98bad
Author: Angel Abad <angel at debian.org>
Date:   Wed Oct 12 18:57:52 2016 +0200

    Merge tag 'upstream/0.000060'
    
    Upstream version 0.000060
    
    # gpg: Firmado el mié 12 oct 2016 18:57:49 CEST
    # gpg:                usando RSA clave 0xA6D58816010A1096
    # gpg:                issuer "angel at debian.org"
    # gpg: Firma correcta de "Angel Abad <angelabad at gmail.com>" [desconocido]
    # gpg:                 alias "Angel Abad <angel at debian.org>" [desconocido]
    # gpg:                 alias "Angel Abad <angelabad at ubuntu.com>" [desconocido]
    # gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza!
    # gpg:           No hay indicios de que la firma pertenezca al propietario.
    # Huellas dactilares de la clave primaria: 4A08 9719 1621 CCF7 FBEE  F752 A6D5 8816 010A 1096

 Changes                                  |  18 ++
 MANIFEST                                 |   3 +
 META.json                                |   2 +-
 META.yml                                 |   2 +-
 Makefile.PL                              |   2 +-
 lib/Test2/Bundle.pm                      |   2 +-
 lib/Test2/Bundle/Extended.pm             |  22 ++-
 lib/Test2/Bundle/More.pm                 |  13 +-
 lib/Test2/Bundle/Simple.pm               |   2 +-
 lib/Test2/Compare.pm                     | 223 +++++++++++++++++++++---
 lib/Test2/Compare/Array.pm               |   4 +-
 lib/Test2/Compare/Bag.pm                 |   4 +-
 lib/Test2/Compare/Base.pm                |  13 +-
 lib/Test2/Compare/{String.pm => Bool.pm} |  68 ++++----
 lib/Test2/Compare/Custom.pm              |   2 +-
 lib/Test2/Compare/DeepRef.pm             |   2 +-
 lib/Test2/Compare/Delta.pm               |   4 +-
 lib/Test2/Compare/Event.pm               |   2 +-
 lib/Test2/Compare/EventMeta.pm           |   2 +-
 lib/Test2/Compare/Hash.pm                |   4 +-
 lib/Test2/Compare/Meta.pm                |   2 +-
 lib/Test2/Compare/Negatable.pm           | 121 +++++++++++++
 lib/Test2/Compare/Number.pm              |   7 +-
 lib/Test2/Compare/Object.pm              |   2 +-
 lib/Test2/Compare/OrderedSubset.pm       |   2 +-
 lib/Test2/Compare/Pattern.pm             |   7 +-
 lib/Test2/Compare/Ref.pm                 |   2 +-
 lib/Test2/Compare/Regex.pm               |   2 +-
 lib/Test2/Compare/Scalar.pm              |   2 +-
 lib/Test2/Compare/Set.pm                 |   2 +-
 lib/Test2/Compare/String.pm              |   7 +-
 lib/Test2/Compare/Undef.pm               |   7 +-
 lib/Test2/Compare/Wildcard.pm            |   2 +-
 lib/Test2/Mock.pm                        |   2 +-
 lib/Test2/Plugin.pm                      |   2 +-
 lib/Test2/Plugin/BailOnFail.pm           |   2 +-
 lib/Test2/Plugin/DieOnFail.pm            |   2 +-
 lib/Test2/Plugin/ExitSummary.pm          |   2 +-
 lib/Test2/Plugin/SRand.pm                |   4 +-
 lib/Test2/Plugin/UTF8.pm                 |   2 +-
 lib/Test2/Require.pm                     |   2 +-
 lib/Test2/Require/AuthorTesting.pm       |   2 +-
 lib/Test2/Require/EnvVar.pm              |   2 +-
 lib/Test2/Require/Fork.pm                |   2 +-
 lib/Test2/Require/Module.pm              |   2 +-
 lib/Test2/Require/Perl.pm                |   2 +-
 lib/Test2/Require/RealFork.pm            |   2 +-
 lib/Test2/Require/Threads.pm             |   2 +-
 lib/Test2/Suite.pm                       |   2 +-
 lib/Test2/Todo.pm                        |   2 +-
 lib/Test2/Tools.pm                       |   2 +-
 lib/Test2/Tools/Basic.pm                 |   2 +-
 lib/Test2/Tools/Class.pm                 |   2 +-
 lib/Test2/Tools/ClassicCompare.pm        |  33 +++-
 lib/Test2/Tools/Compare.pm               | 152 ++++++++++++++--
 lib/Test2/Tools/Defer.pm                 |   2 +-
 lib/Test2/Tools/Encoding.pm              |   2 +-
 lib/Test2/Tools/Event.pm                 |   2 +-
 lib/Test2/Tools/Exception.pm             |  34 +++-
 lib/Test2/Tools/Exports.pm               |   2 +-
 lib/Test2/Tools/Grab.pm                  |   2 +-
 lib/Test2/Tools/Mock.pm                  |   2 +-
 lib/Test2/Tools/Ref.pm                   |   8 +-
 lib/Test2/Tools/Subtest.pm               |   2 +-
 lib/Test2/Tools/Target.pm                |   2 +-
 lib/Test2/Tools/Warnings.pm              |   2 +-
 lib/Test2/Util/Grabber.pm                |   2 +-
 lib/Test2/Util/Ref.pm                    |   2 +-
 lib/Test2/Util/Stash.pm                  |   2 +-
 lib/Test2/Util/Sub.pm                    |   2 +-
 lib/Test2/Util/Table.pm                  |  10 +-
 lib/Test2/Util/Table/LineBreak.pm        |   2 +-
 t/modules/Bundle/Extended.t              |   6 +-
 t/modules/Compare/Bool.t                 |  11 ++
 t/modules/Plugin/SRand.t                 |   4 +-
 t/modules/Require.t                      |   6 +-
 t/modules/Todo.t                         |   2 +-
 t/modules/Tools/ClassicCompare.t         |  12 +-
 t/modules/Tools/Compare.t                | 289 +++++++++++++++++++++++++------
 t/modules/Tools/Defer.t                  |   8 +-
 t/modules/Tools/Exception.t              |  23 ++-
 t/modules/Tools/Exports.t                |   4 +-
 t/modules/Tools/Warnings.t               |   2 +-
 t/regression/43-bag-on-empty.t           |   2 +-
 84 files changed, 995 insertions(+), 240 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