[libjson-validator-perl] branch master updated (49c1147 -> 34e4812)
gregor herrmann
gregoa at debian.org
Tue Dec 27 18:34:42 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 49c1147 releasing package libjson-validator-perl version 0.87+dfsg-1
adds a588244 Fix number coercion, closes #32
adds a46fd7c Merge pull request #33 from melhesedek/fix-number-coercion
adds bfa8935 Add test for "multipleOf", closes #28
adds 9024318 Add JSON::Validator::OpenAPI->load_and_validate_spec()
adds fd50305 Released version 0.88
adds f511524 Fix multipleOf:0.01, closes #35
adds 7aa0d90 Released version 0.89
adds b1474f6 Add JSON::Validator::OpenAPI::Dancer2
adds 8060e37 Add rebless hack to make sure methods are called on the right package
adds b29c5af Fix pod tests and other tests when Hash::MultiValue is missing
adds 51a627b Cannot use to_hash(1) when extracting Mojolicious parameters
adds d4f7218 danc
adds 0f9ae3a Fix invalidating integer/number path part with letters #37
adds 06931e8 Released version 0.90
adds fdb3cd4 New upstream version 0.90+dfsg
new b56ea5b Merge tag 'upstream/0.90+dfsg'
new 57195a9 Update debian/changelog
new e95ab98 Skip a new tests during build and autopkgtests
new 3b0d4c1 Add libhash-multivalue-perl to Recommends.
new 34e4812 releasing package libjson-validator-perl version 0.90+dfsg-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:
Changes | 12 +++
MANIFEST | 5 +
META.json | 4 +-
META.yml | 4 +-
README | 2 +-
debian/changelog | 11 +++
debian/control | 1 +
debian/tests/pkg-perl/smoke-skip | 1 +
lib/JSON/Validator.pm | 8 +-
lib/JSON/Validator/OpenAPI.pm | 156 +++++++++++++++++++++---------
lib/JSON/Validator/OpenAPI/Dancer2.pm | 103 ++++++++++++++++++++
lib/JSON/Validator/OpenAPI/Mojolicious.pm | 89 +++++++++++++++++
t/00-basic.t | 10 +-
t/jv-anyof.t | 14 +++
t/jv-integer.t | 4 +
t/jv-number.t | 34 +++++++
t/load-and-validate-spec.t | 66 +++++++++++++
t/openapi-compatibility.t | 50 ++++++++++
t/openapi-formats.t | 4 +-
t/openapi-request.t | 4 +-
t/openapi-response.t | 4 +-
t/openapi.t | 4 +-
22 files changed, 526 insertions(+), 64 deletions(-)
create mode 100644 lib/JSON/Validator/OpenAPI/Dancer2.pm
create mode 100644 lib/JSON/Validator/OpenAPI/Mojolicious.pm
create mode 100644 t/jv-number.t
create mode 100644 t/load-and-validate-spec.t
create mode 100644 t/openapi-compatibility.t
--
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