libjson-validator-perl 0.92+dfsg-1 source package in Ubuntu

Changelog

libjson-validator-perl (0.92+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.92.
  * Skip t/recursion.t during build and autopkgtest.
    The test was extended with a part that needs internet access.

 -- gregor herrmann <email address hidden>  Sat, 21 Jan 2017 19:11:35 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-validator-perl_0.92+dfsg-1.dsc 2.4 KiB 0efbc47ccfb72c070971645f10c8b33f7947bf1e53416f8618fc25d39e810ce8
libjson-validator-perl_0.92+dfsg.orig.tar.gz 39.6 KiB c57cfb538a6d0d5651324091ede21e41e3dcca796f270f36f26ddea2e76c0ce8
libjson-validator-perl_0.92+dfsg-1.debian.tar.xz 5.9 KiB a72c67e7bd89512b74b62bde447837a503aa7146bb6f3f452f6848322563c9ac

No changes file available.

Binary packages built by this source

libjson-validator-perl: module to validate data against a JSON schema

 JSON::Validator is a class for validating data against JSON schemas. You
 might want to use this instead of JSON::Schema if you need to validate data
 against draft 4 of the JSON schema specification.
 .
 JSON::Validator can load JSON schemas in multiple formats: Plain perl data
 structured or files on disk/web in the JSON/YAML format. The JSON parsing is
 done using Mojo::JSON, while the YAML parsing is done with an optional
 modules which need to be installed manually. JSON::Validator will look for
 the YAML modules in this order: YAML::XS, YAML::Syck. The order is set by
 which module that performs the best, so it might change in the future.