[libtest-deep-perl] 01/04: Updated version 1.123 from 'upstream/1.123'

gregor herrmann gregoa at debian.org
Fri Oct 28 12:48:25 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtest-deep-perl.

commit b33ffcdb7d9e8faab7d8161680805d74217a54b5
Merge: 2c44e76 9cb33a3
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 28 14:43:06 2016 +0200

    Updated version 1.123 from 'upstream/1.123'
    
    with Debian dir 90c5e3999d3228623ddebbc81467b45046118f02

 Changes                            |   21 +-
 MANIFEST                           |    6 +-
 META.json                          |    4 +-
 META.yml                           |    6 +-
 TODO                               |    6 +-
 lib/Test/Deep.pm                   | 1222 +++++++++++++++++++++---------------
 lib/Test/Deep/All.pm               |   49 +-
 lib/Test/Deep/Any.pm               |   49 +-
 lib/Test/Deep/Array.pm             |   20 +-
 lib/Test/Deep/ArrayEach.pm         |   16 +-
 lib/Test/Deep/ArrayElementsOnly.pm |   42 +-
 lib/Test/Deep/ArrayLength.pm       |   16 +-
 lib/Test/Deep/ArrayLengthOnly.pm   |   36 +-
 lib/Test/Deep/Blessed.pm           |   28 +-
 lib/Test/Deep/Boolean.pm           |   26 +-
 lib/Test/Deep/Cache.pm             |   62 +-
 lib/Test/Deep/Cache/Simple.pm      |   66 +-
 lib/Test/Deep/Class.pm             |   18 +-
 lib/Test/Deep/Cmp.pm               |   64 +-
 lib/Test/Deep/Code.pm              |   28 +-
 lib/Test/Deep/Hash.pm              |   64 +-
 lib/Test/Deep/HashEach.pm          |   16 +-
 lib/Test/Deep/HashElements.pm      |   64 +-
 lib/Test/Deep/HashKeys.pm          |   44 +-
 lib/Test/Deep/HashKeysOnly.pm      |  124 ++--
 lib/Test/Deep/Ignore.pm            |    4 +-
 lib/Test/Deep/Isa.pm               |   26 +-
 lib/Test/Deep/ListMethods.pm       |   10 +-
 lib/Test/Deep/MM.pm                |   78 +--
 lib/Test/Deep/Methods.pm           |   82 +--
 lib/Test/Deep/None.pm              |   50 +-
 lib/Test/Deep/Number.pm            |   88 +--
 lib/Test/Deep/Obj.pm               |   24 +-
 lib/Test/Deep/Ref.pm               |   34 +-
 lib/Test/Deep/RefType.pm           |   26 +-
 lib/Test/Deep/Regexp.pm            |  113 ++--
 lib/Test/Deep/RegexpMatches.pm     |   30 +-
 lib/Test/Deep/RegexpOnly.pm        |   26 +-
 lib/Test/Deep/RegexpRef.pm         |   30 +-
 lib/Test/Deep/RegexpRefOnly.pm     |   24 +-
 lib/Test/Deep/ScalarRef.pm         |   18 +-
 lib/Test/Deep/ScalarRefOnly.pm     |   20 +-
 lib/Test/Deep/Set.pm               |  234 +++----
 lib/Test/Deep/Shallow.pm           |   64 +-
 lib/Test/Deep/Stack.pm             |   66 +-
 lib/Test/Deep/String.pm            |   18 +-
 t/all.t                            |   87 +--
 t/any.t                            |   85 +--
 t/array.t                          |  107 ++--
 t/array_each.t                     |   45 +-
 t/arraylength.t                    |  151 ++---
 t/bag.t                            |  391 ++++++------
 t/bagrecursion.t                   |    3 +-
 t/blessed.t                        |   85 +--
 t/boolean.t                        |   69 +-
 t/cache.t                          |   40 +-
 t/circular.t                       |  207 +++---
 t/class.t                          |  145 ++---
 t/code.t                           |   93 +--
 t/deep_utils.t                     |   24 +-
 t/descend.t                        |  205 +++---
 t/error.t                          |   21 +-
 t/hash.t                           |  135 ++--
 t/hash_each.t                      |   57 +-
 t/hashkeys.t                       |  103 +--
 t/ignore.t                         |   23 +-
 t/isa.t                            |  223 +++----
 t/{over.pm => lib/Over.pm}         |   10 +-
 t/{std.pm => lib/Std.pm}           |    0
 t/listmethods.t                    |  201 +++---
 t/memory.t                         |    4 +-
 t/methods.t                        |  237 +++----
 t/none.t                           |  101 +--
 t/number.t                         |  167 ++---
 t/reftype.t                        |   43 +-
 t/regexp.t                         |  280 +++++----
 t/regexp.t.orig                    |   60 ++
 t/regexpref.t                      |   43 +-
 t/rt78288_blessed_object.t         |    3 +-
 t/scalar.t                         |   85 +--
 t/scalarref.t                      |   63 +-
 t/set.t                            |  451 ++++++-------
 t/shallow.t                        |  170 +++--
 t/string.t                         |   87 +--
 84 files changed, 3945 insertions(+), 3521 deletions(-)

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



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