[libcpanel-json-xs-perl] branch master updated (2cbcb60 -> 3e7bbf0)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Nov 30 18:01:34 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libcpanel-json-xs-perl.

      from  2cbcb60   releasing package libcpanel-json-xs-perl version 3.0115-1
      adds  4735470   replace recommends common::sense with suggests
      adds  ac4aecc   t/01_utf8.t: improve logical shortcut
      adds  368cf46   simpler handling of RVs
      adds  7cfa65e   Changes: update for rebless-pr21
      adds  878e9a4   new test t/53_readonly.t from PR #21
      adds  bae57ec   Stabilize Test::Kwalitee with missing XS dependencies
      adds  9dbc9fe   Add .travis support
      adds  211c8e9   check AUTHOR_TESTING, some 5.6 fixes
      adds  b260022   travis: allow coverage to fail
      adds  816aa70   travis: check allow_failures env
      adds  5084f32   pod: add SECURITY CONSIDERATIONS
      adds  138ba13   README also
      adds  684570e   add t/25_boolean.t for GH #39
      adds  98402eb   native yes/no: document the new boolean mappings
      adds  4e953f5   implement encode_sv of yes/no
      adds  f6d3826   Boolean interop: only JSON::PP::Boolean
      adds  0a07be8   t/96_mojo.t: added with boolean interop tests
      adds  23ff878   accept Mojo::JSON::_Bool
      adds  387ca67   bool fixups: re-enable eq overload, ...
      adds  3a21310   fixup t/25_boolean.t
      adds  9598ebf   add t/08_pc_base_nv.t test
      adds  8989654   fixup t/z_kwalitee.t deporder
      adds  cb3d090   stringify Boolean, error decode_json with non-refs
      adds  e69fdd0   decode now honors allow_nonref
      adds  c060c6a   fixup Test::Kwalitee dep checks
      adds  752377a   bool: return the same true and false objects
      adds  a3da545   bless the bool ref
      adds  95d0814   fix SvREADONLY error in bless bool
      adds  20a833c   fix overloading of booleans
      adds  bd0e59a   add interop with old JSON::XS::Boolean < 3.00
      adds  89ae5a2   only skip hash keys sorting for actually tied hashes
      adds  1aa33f6   Release 3.0201
      adds  7ab392d   fix pause permission for JSON::PP::Boolean
      adds  932c833   Add stringify_blessed for encode, t/54_stringify.t
      adds  cc58e5e   use convert_blessed not stringify_blessed
      adds  a8354e6   fix convert_blessed <= 5.8 and enable test
      adds  728aef9   Release 3.0203: optional decode_json allow_nonref arg
      adds  8d5fb18   Fix typo in var passed to Types::Serialiser::is_bool
      adds  8540e7c   Merge pull request #44 from haarg/patch-1
      adds  8c38048   Release 3.0204: fix Changes
      adds  43ff49d   add unknown testcase from JSON::PP [#46]
      adds  296765a   Fix convert_blessed, disallow invalid JSON [#46]
      adds  c6d2f93   Fix GLOB error message [#48]
      adds  0e82667   Fix modifiable regression from 3.0201 [#45]
      adds  80aeee6   Imported Upstream version 3.0205
       new  6721cb1   Merge tag 'upstream/3.0205'
       new  97579c3   Update debian/changelog
       new  208be47   Update upstream contact in metadata
       new  7f26dfa   Update upstream copyright and contact in debian/copyright
       new  3e7bbf0   Releasing libcpanel-json-xs-perl version 3.0205-1

The 5 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:
 .travis.yml                |  57 ++++++++++++
 Changes                    |  53 ++++++++++++
 MANIFEST                   |   8 ++
 META.json                  |  11 +--
 META.yml                   |  20 ++---
 Makefile.PL                |  54 ++++++++----
 README                     | 149 +++++++++++++++++++++++++-------
 SIGNATURE                  |  50 ++++++-----
 XS.pm                      | 210 +++++++++++++++++++++++++++++++++------------
 XS.xs                      | 208 ++++++++++++++++++++++++++++++++++----------
 debian/changelog           |   9 ++
 debian/copyright           |   4 +-
 debian/upstream/metadata   |   2 +-
 t/01_utf8.t                |   2 +-
 t/02_error.t               |  22 ++---
 t/03_types.t               |  46 ++++++----
 t/08_pc_base_nv.t          |   9 ++
 t/12_blessed.t             |  16 +++-
 t/20_unknown.t             | 115 +++++++++++++++++++++++++
 t/25_boolean.t             |  48 +++++++++++
 t/53_readonly.t            |  20 +++++
 t/54_stringify.t           |  52 +++++++++++
 t/55_modifiable.t          |  18 ++++
 t/96_interop.t             |  10 +--
 t/96_mojo.t                |  42 +++++++++
 t/z_kwalitee.t             |  29 ++++---
 t/z_meta.t                 |  10 ++-
 t/z_perl_minimum_version.t |   6 +-
 t/z_pod-coverage.t         |   6 +-
 29 files changed, 1036 insertions(+), 250 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 t/08_pc_base_nv.t
 create mode 100644 t/20_unknown.t
 create mode 100644 t/25_boolean.t
 create mode 100644 t/53_readonly.t
 create mode 100644 t/54_stringify.t
 create mode 100644 t/55_modifiable.t
 create mode 100644 t/96_mojo.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