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

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

      from  6b10e51   releasing package libjson-validator-perl version 
0.52+dfsg-1
      adds  46c50d2   Imported Upstream version 0.59+dfsg
       new  04a444b   Merge tag 'upstream/0.59+dfsg'
       new  ee7aff6   new upstream release 0.59

The 2 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                          |  12 +
 Changes                              |  31 ++
 MANIFEST                             |  18 +-
 META.json                            |   2 +-
 META.yml                             |   2 +-
 README                               | 123 ++++---
 debian/changelog                     |   6 +
 lib/JSON/Validator.pm                | 660 ++++++++++++++++++++---------------
 t/acceptance.t                       |  14 +-
 t/booleans.t                         |  38 ++
 t/deep-mixed-ref.t                   |  20 ++
 t/definitions/age.json               |   5 +
 t/definitions/unit.json              |   5 +
 t/definitions/weight.json            |   8 +
 t/invalid-ref.t                      |  19 +
 t/jv-allof.t                         |   6 +-
 t/jv-anyof.t                         |   4 +-
 t/jv-array.t                         |  16 -
 t/jv-basic.t                         |   3 +
 t/jv-formats.t                       |  58 ---
 t/jv-integer.t                       |   2 +-
 t/jv-oneof.t                         |   4 +-
 t/jv-required.t                      |  19 +-
 t/jv-union.t                         | 112 ------
 t/load-json.t                        |   4 +-
 t/petstore.t                         |  31 ++
 t/relative-ref.t                     |  19 +
 t/spec/invalid-ref.t                 |   0
 t/{spec.json => spec/person.json}    |   0
 t/spec/petstore.json                 |  52 +++
 t/spec/with-deep-mixed-ref.json      |  11 +
 t/spec/with-relative-ref.json        |   6 +
 t/swagger-validate-response-object.t |  82 +++++
 t/validate-json.t                    |   3 +-
 t/validate-recursive.t               |  54 +++
 35 files changed, 899 insertions(+), 550 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 t/booleans.t
 create mode 100644 t/deep-mixed-ref.t
 create mode 100644 t/definitions/age.json
 create mode 100644 t/definitions/unit.json
 create mode 100644 t/definitions/weight.json
 create mode 100644 t/invalid-ref.t
 delete mode 100644 t/jv-union.t
 create mode 100644 t/petstore.t
 create mode 100644 t/relative-ref.t
 create mode 100644 t/spec/invalid-ref.t
 rename t/{spec.json => spec/person.json} (100%)
 create mode 100644 t/spec/petstore.json
 create mode 100644 t/spec/with-deep-mixed-ref.json
 create mode 100644 t/spec/with-relative-ref.json
 create mode 100644 t/swagger-validate-response-object.t
 create mode 100644 t/validate-recursive.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to