libjson-maybexs-perl 1.003008-1 source package in Ubuntu

Changelog

libjson-maybexs-perl (1.003008-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.003008.
  * Update (build) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2016 15:41:29 +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-maybexs-perl_1.003008-1.dsc 2.3 KiB ece42fd4053271d2208a4ebe92c6ad8a7cb689a273a00e6a5cc3ee16ed8845c1
libjson-maybexs-perl_1.003008.orig.tar.gz 11.4 KiB 0964385e021397283de5a9581c524a3a847bb069d63f3ea4ba6f9c4d214c6c82
libjson-maybexs-perl_1.003008-1.debian.tar.xz 2.3 KiB 1bd22b4f3f7d33acc63d68101dee6674ac19fa86f7d42d1e313e0ff48eab7704

Available diffs

No changes file available.

Binary packages built by this source

libjson-maybexs-perl: interface to the best available JSON module

 JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is
 already loaded, in which case it uses that module. Otherwise it tries to load
 Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the
 first module it finds or throws an error.
 .
 It then exports the encode_json and decode_json functions from the loaded
 module, along with a JSON constant that returns the class name for calling
 new on.