[libjson-validator-perl] branch master updated (f56087e -> e48cc49)

gregor herrmann gregoa at debian.org
Sun Apr 17 14:48:06 UTC 2016


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

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

      from  f56087e   releasing package libjson-validator-perl version 0.66+dfsg-1
       new  8b0cebc   debian/repack.local: make pattern to exclude files more specific.
       new  4a5c9f3   update changelog
      adds  3782b45   Move POD around
      adds  0c2bf02   -l=100
      adds  5b0038c   Do not have to run through all the oneOf rules
      adds  e62f59a   Add JSON::Validator::Error class
      adds  cdba331   Released version 0.67
      adds  e51e8d2   Imported Upstream version 0.67+dfsg
       new  9599db3   Merge tag 'upstream/0.67+dfsg'
       new  9938d89   update changelog
       new  fcc9859   Declare compliance with Debian Policy 3.9.8.
       new  723936d   Add a patch to fix a spelling mistake in the POD.
       new  e48cc49   releasing package libjson-validator-perl version 0.67+dfsg-1

The 7 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:
 .perltidyrc                          |    2 +-
 Changes                              |    3 +
 MANIFEST                             |    1 +
 META.json                            |    2 +-
 META.yml                             |    2 +-
 Makefile.PL                          |    2 +-
 README                               |    4 +-
 debian/changelog                     |   11 +
 debian/control                       |    2 +-
 debian/patches/series                |    1 +
 debian/patches/spelling.patch        |   18 +
 debian/repack.local                  |    2 +-
 lib/JSON/Validator.pm                | 1067 +++++++++++++++++-----------------
 lib/JSON/Validator/Error.pm          |   63 ++
 t/00-basic.t                         |   32 +-
 t/acceptance.t                       |    3 +-
 t/deep-mixed-ref.t                   |   10 +-
 t/jv-anyof.t                         |    6 +-
 t/jv-integer.t                       |    3 +-
 t/jv-object.t                        |   25 +-
 t/jv-oneof.t                         |    3 +-
 t/jv-required.t                      |    3 +-
 t/jv-string.t                        |    6 +-
 t/load-json.t                        |    4 +-
 t/load-yaml.t                        |    3 +-
 t/petstore.t                         |    8 +-
 t/resolve.t                          |    8 +-
 t/swagger-validate-response-object.t |    3 +-
 t/swagger2-issues-50.t               |    3 +-
 t/to-json.t                          |    5 +-
 t/validate-recursive.t               |    3 +-
 31 files changed, 727 insertions(+), 581 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 lib/JSON/Validator/Error.pm

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



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