[libjson-perl] 01/10: Updated version 2.94 from 'upstream/2.94'

gregor herrmann gregoa at debian.org
Sat Jun 24 20:13:54 UTC 2017


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

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

commit 7a3a12b8a9f4fa56625181873ba806e2339e7adc
Merge: 4531635 9795130
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 22:02:44 2017 +0200

    Updated version 2.94 from 'upstream/2.94'
    
    with Debian dir d6e26f442bb4c05bc1406e1cf1a1ec3735422407

 .travis.yml                                        |   25 +
 Changes                                            |   64 +-
 MANIFEST                                           |   44 +-
 META.json                                          |    6 +-
 META.yml                                           |   14 +-
 Makefile.PL                                        |   69 +-
 README                                             | 2444 ++++++++------------
 eg/bench_decode.pl                                 |    2 -
 eg/bench_encode.pl                                 |    2 -
 lib/JSON.pm                                        | 1864 +++++----------
 lib/JSON/backportPP.pm                             | 1620 ++++++-------
 lib/JSON/backportPP/Boolean.pm                     |   31 +-
 t/00_load.t                                        |   19 +-
 t/{00_load.t => 00_load_backport_pp.t}             |    2 +-
 t/01_utf8.t                                        |    2 +-
 t/02_error.t                                       |    2 +-
 t/03_types.t                                       |    2 +-
 t/06_pc_pretty.t                                   |    4 +-
 t/07_pc_esc.t                                      |    8 +-
 t/08_pc_base.t                                     |    2 +-
 t/09_pc_extra_number.t                             |    2 +-
 t/{e04_sortby.t => 104_sortby.t}                   |   48 +-
 t/{e05_esc_slash.t => 105_esc_slash.t}             |   30 +-
 t/{e06_allow_barekey.t => 106_allow_barekey.t}     |   38 +-
 ...allow_singlequote.t => 107_allow_singlequote.t} |   40 +-
 t/{e08_decode.t => 108_decode.t}                   |    4 +-
 t/{e09_encode.t => 109_encode.t}                   |    2 +-
 t/10_pc_keysort.t                                  |    2 +-
 t/{e10_bignum.t => 110_bignum.t}                   |   17 +-
 t/{e12_upgrade.t => 112_upgrade.t}                 |    2 +-
 t/{e13_overloaded_eq.t => 113_overloaded_eq.t}     |    6 +-
 t/{e14_decode_prefix.t => 114_decode_prefix.t}     |    6 +-
 t/{e15_tie_ixhash.t => 115_tie_ixhash.t}           |    8 +-
 ...6_incr_parse_fixed.t => 116_incr_parse_fixed.t} |    8 +-
 t/117_numbers.t                                    |   23 +
 t/11_pc_expo.t                                     |   27 +-
 t/12_blessed.t                                     |    2 +-
 t/13_limit.t                                       |    2 +-
 t/14_latin1.t                                      |    2 +-
 t/15_prefix.t                                      |    2 +-
 t/16_tied.t                                        |    2 +-
 t/17_relaxed.t                                     |    2 +-
 t/18_json_checker.t                                |    9 +-
 t/19_incr.t                                        |    6 +-
 t/20_unknown.t                                     |    6 +-
 t/21_evans_bugrep.t                                |    5 +-
 t/22_comment_at_eof.t                              |    2 +-
 t/99_binary.t                                      |    2 +-
 t/e00_func.t                                       |    2 +-
 t/e01_property.t                                   |    2 +-
 t/e02_bool.t                                       |   17 +-
 t/e03_bool2.t                                      |    2 +-
 t/e11_conv_blessed_univ.t                          |   19 +-
 t/e90_misc.t                                       |    4 +-
 t/gh_28_json_test_suite.t                          |   59 +
 t/gh_29_trailing_false_value.t                     |   13 +
 t/rt_116998_wrong_character_offset.t               |   22 +
 t/rt_90071_incr_parse.t                            |   29 +
 t/x00_load.t                                       |    2 +-
 t/x02_error.t                                      |    2 +-
 t/x12_blessed.t                                    |    2 +-
 t/x16_tied.t                                       |    2 +-
 t/x17_strange_overload.t                           |    2 +-
 t/xe01_property.t                                  |   56 -
 t/xe02_bool.t                                      |   34 -
 t/xe03_bool2.t                                     |   47 -
 t/{xe04support_by_pp.t => xe04_escape_slash.t}     |    2 +-
 t/xe05_indent_length.t                             |    2 +-
 t/xe08_decode.t                                    |   45 -
 t/xe10_bignum.t                                    |   36 -
 t/xe11_conv_blessed_univ.t                         |   48 -
 t/xe12_boolean.t                                   |    2 +-
 t/xe19_xs_and_suportbypp.t                         |    4 +-
 t/xe20_croak_message.t                             |    7 +-
 t/xe21_is_pp.t                                     |    4 +-
 t/zero-mojibake.t                                  |   21 +
 76 files changed, 2968 insertions(+), 4050 deletions(-)

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



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