[libsereal-perl] 02/07: Merge tag 'upstream/3.008'

gregor herrmann gregoa at debian.org
Sun Nov 29 14:27:37 UTC 2015


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

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

commit 44f3445b71dad656b096d54d79bf35df98aedfaa
Merge: 742977e edb5e9c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 29 15:14:20 2015 +0100

    Merge tag 'upstream/3.008'
    
    Upstream version 3.008

 Changes                                 |   25 +-
 MANIFEST                                |   70 ++
 META.json                               |   30 +-
 META.yml                                |   18 +-
 Makefile.PL                             |   21 +-
 inc/Sereal/BuildTools.pm                |  195 +++++
 lib/Sereal.pm                           |   58 +-
 t/001_load.t                            |    9 +-
 t/002_constants.t                       |   13 +
 t/002_export.t                          |    7 +
 t/002_have_enc_and_dec.t                |   22 +
 t/003_basic.t                           |    7 +
 t/003_ptable.t                          |    8 +
 t/004_testset.t                         |   36 +
 t/005_flags.t                           |   87 +++
 t/010_desperate.t                       |   76 ++
 t/011_aliased_dedupe.t                  |   34 +
 t/020_incremental.t                     |  103 +++
 t/020_sort_keys.t                       |   68 ++
 t/021_sort_keys_option.t                |   10 +
 t/022_canonical_refs.t                  |   21 +
 t/030_canonical_vs_test_deep.t          |   51 ++
 t/030_looks_like_sereal.t               |   69 ++
 t/040_special_vars.t                    |   47 ++
 t/040_tied_hash.t                       |   71 ++
 t/060_each.t                            |   38 +
 t/070_alias_options.t                   |   57 ++
 t/080_set_readonly.t                    |   85 +++
 t/110_nobless.t                         |   50 ++
 t/120_hdr_data.t                        |   42 +
 t/130_freezethaw.t                      |  131 ++++
 t/150_dec_exception.t                   |  116 +++
 t/160_recursion.t                       |   30 +
 t/170_cyclic_weakrefs.t                 |  127 ++++
 t/200_bulk.t                            |   34 +
 t/210_bulk_readonly.t                   |   34 +
 t/300_fail.t                            |  156 ++++
 t/300_overload.t                        |   95 +++
 t/400_evil.t                            |  200 +++++
 t/400_utf8validate.t                    |   67 ++
 t/500_utf8decoding.t                    |   88 +++
 t/550_decode_into.t                     |   34 +
 t/700_roundtrip/v1/plain.t              |   28 +
 t/700_roundtrip/v1/plain_canon.t        |   27 +
 t/700_roundtrip/v1/snappy.t             |   27 +
 t/700_roundtrip/v1/snappy_canon.t       |   27 +
 t/700_roundtrip/v2/dedudep_strings.t    |   29 +
 t/700_roundtrip/v2/freeze_thaw.t        |   29 +
 t/700_roundtrip/v2/plain.t              |   28 +
 t/700_roundtrip/v2/plain_canon.t        |   27 +
 t/700_roundtrip/v2/readonly.t           |   29 +
 t/700_roundtrip/v2/snappy.t             |   27 +
 t/700_roundtrip/v2/snappy_canon.t       |   27 +
 t/700_roundtrip/v2/snappy_incr.t        |   29 +
 t/700_roundtrip/v2/snappy_incr_canon.t  |   27 +
 t/700_roundtrip/v2/sort_keys.t          |   29 +
 t/700_roundtrip/v3/dedudep_strings.t    |   29 +
 t/700_roundtrip/v3/freeze_thaw.t        |   29 +
 t/700_roundtrip/v3/plain.t              |   28 +
 t/700_roundtrip/v3/plain_canon.t        |   27 +
 t/700_roundtrip/v3/readonly.t           |   29 +
 t/700_roundtrip/v3/snappy.t             |   27 +
 t/700_roundtrip/v3/snappy_canon.t       |   27 +
 t/700_roundtrip/v3/snappy_incr.t        |   29 +
 t/700_roundtrip/v3/snappy_incr_canon.t  |   27 +
 t/700_roundtrip/v3/sort_keys.t          |   29 +
 t/700_roundtrip/v3/sort_keys_perl.t     |   29 +
 t/700_roundtrip/v3/sort_keys_perl_rev.t |   29 +
 t/700_roundtrip/v3/zlib.t               |   32 +
 t/700_roundtrip/v3/zlib_force.t         |   33 +
 t/800_threads.t                         |   40 +
 t/900_reentrancy.t                      |   54 ++
 t/900_regr_issue_15.t                   |   66 ++
 t/901_regr_segv.t                       |   16 +
 t/902_bad_input.t                       |   15 +
 t/903_reentrancy.t                      |   47 ++
 t/data/corpus                           |  501 ++++++++++++
 t/lib/Sereal/BulkTest.pm                |  142 ++++
 t/lib/Sereal/TestSet.pm                 | 1264 +++++++++++++++++++++++++++++++
 79 files changed, 5430 insertions(+), 49 deletions(-)

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



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