[libjson-pointer-perl] branch master updated (73b0aa4 -> 1af6b1b)

gregor herrmann gregoa at debian.org
Sun Oct 18 15:48:29 UTC 2015


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

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

      from  73b0aa4   releasing package libjson-pointer-perl version 0.06-1
      adds  78d0501   allow array directly in as_pointer method
      adds  1b765f1   supports relative json pointer
      adds  a022efd   fixed wrong dereference
      adds  d7e4f82   add test for array
      adds  8a6da6a   add successful tests for get_relative()
      adds  49f99f5   add exception tests
      adds  a4e8318   update changes
      adds  2109df5   Fixed operator precedence bugs in https://github.com/zigorou/perl-json-pointer/issues/8
      adds  1fa7b3f   update changes
      adds  342093b   Merge pull request #9 from zigorou/topic/support_relative_json_pointer
      adds  82bed8c   Checking in changes prior to tagging of version 0.07.
      adds  4e89fc6   Imported Upstream version 0.07
       new  60f0d7f   Merge tag 'upstream/0.07'
       new  d515948   Update debian/changelog
       new  95d7817   Bump debhelper compatibility level to 9.
       new  1af6b1b   releasing package libjson-pointer-perl version 0.07-1

The 4 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                       |   6 ++
 MANIFEST                      |   1 +
 META.json                     |  10 ++--
 META.yml                      |  10 ++--
 README.md                     |  24 +++++++-
 debian/changelog              |   8 +++
 debian/compat                 |   2 +-
 debian/control                |   2 +-
 lib/JSON/Pointer.pm           |  81 ++++++++++++++++++++++++--
 lib/JSON/Pointer/Context.pm   |   4 +-
 lib/JSON/Pointer/Exception.pm |   4 +-
 lib/JSON/Pointer/Syntax.pm    |  12 ++--
 t/010_get_relative.t          | 131 ++++++++++++++++++++++++++++++++++++++++++
 t/syntax/004_as_pointer.t     |   8 ++-
 14 files changed, 274 insertions(+), 29 deletions(-)
 create mode 100644 t/010_get_relative.t

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



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