libjson-perl 4.04000-1 source package in Ubuntu

Changelog

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

  * Import upstream version 4.04000.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Fri, 17 Dec 2021 17:33:02 +0100

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
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-perl_4.04000-1.dsc 2.4 KiB 476f0e60468243f2c7bc9f211497c50efd1e2722a0dae37aab4ebf704c94a6ab
libjson-perl_4.04000.orig.tar.gz 89.6 KiB 66b6c6ea1ed6d609b0b70df29fdcbd281f3fe13c661e5b2847b4e4e8c12b5380
libjson-perl_4.04000-1.debian.tar.xz 5.1 KiB 0c9eda34c551ce33dc23c2ca539be83a22c256acc26534a01d4916c4465579ed

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.