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

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
    * Build-Depends-Indep: Drop versioned constraint on libjson-xs-perl.
    * libjson-maybexs-perl: Drop versioned constraint on libjson-xs-perl
      in Depends.

  [ gregor herrmann ]
  * Import upstream version 1.004004.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Wed, 21 Sep 2022 19:06:13 +0200

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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-maybexs-perl_1.004004-1.dsc 2.5 KiB ce3ef636117f10d54342a40d57489236e7b5c240ea46a6a699ad214a88c58680
libjson-maybexs-perl_1.004004.orig.tar.gz 22.1 KiB 7ca5921306a544f621705dce987fe955b1a6833d0b195c094626a19dca094dba
libjson-maybexs-perl_1.004004-1.debian.tar.xz 2.8 KiB 466d42a525a5d06bf23ee0501eb87329025301d7f3fc75c0bc98e22318589386

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.