[libcpanel-json-xs-perl] branch master updated (c6c7142 -> d7fca3a)
gregor herrmann
gregoa at debian.org
Wed Dec 2 19:31:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libcpanel-json-xs-perl.
from c6c7142 releasing package libcpanel-json-xs-perl version 3.0205-1
adds 96b2fec t/20_unknown.t: SKIP when JSON is not available
adds a6af4d8 t/55_modifiable.t: Broaden the is check of true <5.12
adds 3d70063 add missing JSON::PP testcases [GH #47]
adds 6defd66 accept missing JSON::PP options [GH #47]
adds 2b23cd1 implement escape_slash [GH #47]
adds 6927bef [GH #47] WIP sort_by default, allow_singlequote
adds 08df9b4 [GH #47] WIP allow_barekey
adds a0d39a8 [GH #47] implement allow_barekey, allow_singlequote
adds 9c6c799 [GH #47] WIP allow_bignum
adds 25ebb81 [GH #47] encode bigint/bigfloat
adds 88656b8 fixed decode bigfloat [GH #47]
adds eb48784 Release 3.0206: add t/zero-mojibake.t
adds 7bd54bf Work around allow_barekey when we detect an initial quote, to prevent breaking quoted keys with whitespace when the option is enabled:
adds 594c424 Merge pull request #52 from qrovira/master
adds be4237d Fix some 5.6 unicode tests
adds ee74614 Fix regression decoding big strings
adds ead6f3e stabilize JSON::PP cross-tests
adds 721e9e7 Release 3.0207: add option allow_stringify [GH #49]
adds 7eb9bf1 Imported Upstream version 3.0207
new d205939 Merge tag 'upstream/3.0207'
new d623490 Update debian/changelog
new d7fca3a releasing package libcpanel-json-xs-perl version 3.0207-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 20 ++++-
MANIFEST | 14 ++++
META.json | 4 +-
META.yml | 4 +-
README | 123 +++++++++++++++++++++++++--
SIGNATURE | 46 +++++++----
XS.pm | 154 ++++++++++++++++++++++++++++++++--
XS.xs | 207 +++++++++++++++++++++++++++++++++++++---------
debian/changelog | 7 ++
t/104_sortby.t | 22 +++++
t/105_esc_slash.t | 13 +++
t/106_allow_barekey.t | 16 ++++
t/107_allow_singlequote.t | 19 +++++
t/108_decode.t | 49 +++++++++++
t/109_encode.t | 35 ++++++++
t/110_bignum.t | 40 +++++++++
t/112_upgrade.t | 27 ++++++
t/113_overloaded_eq.t | 62 ++++++++++++++
t/114_decode_prefix.t | 25 ++++++
t/115_tie_ixhash.t | 42 ++++++++++
t/116_incr_parse_fixed.t | 25 ++++++
t/12_blessed.t | 5 +-
t/17_relaxed.t | 19 +++--
t/20_unknown.t | 46 +++--------
t/54_stringify.t | 30 ++++++-
t/55_modifiable.t | 10 ++-
t/96_interop.t | 1 +
t/_unicode_handling.pm | 32 +++++++
t/zero-mojibake.t | 34 ++++++++
29 files changed, 1006 insertions(+), 125 deletions(-)
create mode 100644 t/104_sortby.t
create mode 100644 t/105_esc_slash.t
create mode 100644 t/106_allow_barekey.t
create mode 100644 t/107_allow_singlequote.t
create mode 100644 t/108_decode.t
create mode 100644 t/109_encode.t
create mode 100644 t/110_bignum.t
create mode 100644 t/112_upgrade.t
create mode 100644 t/113_overloaded_eq.t
create mode 100644 t/114_decode_prefix.t
create mode 100644 t/115_tie_ixhash.t
create mode 100644 t/116_incr_parse_fixed.t
create mode 100644 t/_unicode_handling.pm
create mode 100644 t/zero-mojibake.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanel-json-xs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list