libjson-perl 4.09000-1 source package in Ubuntu

Changelog

libjson-perl (4.09000-1) unstable; urgency=medium

  * Import upstream version 4.09000.

 -- gregor herrmann <email address hidden>  Wed, 03 Aug 2022 21:00:05 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-perl_4.09000-1.dsc 2.4 KiB 1548fece0ec1b6f79732637d8a1d5b4d73ad9fed358b600164d1198f4c5e4140
libjson-perl_4.09000.orig.tar.gz 92.1 KiB 6780a51f438c0932eec0534fc9cd2b1ad0d64817eda4add8ede5ec77d6d2c991
libjson-perl_4.09000-1.debian.tar.xz 5.1 KiB 6fe4b8be9894e3c316695b8b0d989d7a7006a3567379c855f0f243a3cdff2ac3

Available diffs

No changes file available.

Binary packages built by this source

libjson-perl: module for manipulating JSON-formatted data

 JSON is a Perl module for manipulating data stored in the format of the same
 name. JavaScript Object Notation (JSON) is a simple data serialization format
 (defined in RFC 4627) that serves as an alternative to XML.
 .
 The primary purpose of this module is to select an appropriate backend JSON
 implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
 (see libjson-pp-perl), but will fall back on a backport implementation if
 neither are available.