libjson-parse-perl 0.56-1 source package in Ubuntu

Changelog

libjson-parse-perl (0.56-1) unstable; urgency=medium

  * Import upstream version 0.56.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Set upstream metadata fields: Bug-Submit.

 -- gregor herrmann <email address hidden>  Sat, 22 Feb 2020 01:04:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libjson-parse-perl_0.56-1.dsc 2.3 KiB a34644282499fdebe4901e02593b4851fac424f4d8f928cc75efe44ce4a7cc79
libjson-parse-perl_0.56.orig.tar.gz 76.9 KiB 1ccf1cb5d3a9a0a5035ff22aedd5cf7f8a0461832f157254e013b9a7c9c911b5
libjson-parse-perl_0.56-1.debian.tar.xz 2.2 KiB 95eac057ea814aa5027d411f98f38e411eafa409f4d0c4c6d963d42bcd052d6e

Available diffs

No changes file available.

Binary packages built by this source

libjson-parse-perl: module to read JSON into a Perl variable

 JSON::Parse is a module for parsing JSON.
 .
 It offers the function parse_json(), which takes a string containing JSON,
 and returns an equivalent Perl structure. It also offers validation of JSON
 via valid_json(), which returns true or false depending on whether the JSON
 is correct or not, and assert_valid_json(), which produces a descriptive
 fatal error if the JSON is invalid. A function json_file_to_perl() reads JSON
 from a file, and there is a safer version of parse_json() called
 parse_json_safe() which doesn't throw exceptions. For special cases of
 parsing, there are also methods new() and run(), which create a JSON parsing
 object and run it on text.
 .
 JSON::Parse accepts only UTF-8 as input.

libjson-parse-perl-dbgsym: debug symbols for libjson-parse-perl