libjson-perl 4.10000-1 source package in Ubuntu

Changelog

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

  * Import upstream version 4.10000.
    - updated backportPP with JSON::PP 4.12

 -- gregor herrmann <email address hidden>  Tue, 11 Oct 2022 18:15:40 +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
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-perl_4.10000-1.dsc 2.4 KiB 7759c7cc963ae03bd6042dff53fc246843c68097be5a1e264bd810adf9f65b3e
libjson-perl_4.10000.orig.tar.gz 92.1 KiB df8b5143d9a7de99c47b55f1a170bd1f69f711935c186a6dc0ab56dd05758e35
libjson-perl_4.10000-1.debian.tar.xz 5.2 KiB c9992d1b78bbb7033c4df7ea126c5de65bdf3f337ff8f0650786a7a6d20024c1

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.