libpgobject-type-json-perl 2.1.1-1 source package in Ubuntu

Changelog

libpgobject-type-json-perl (2.1.1-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2.1.1.
  * Update test dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 28 Oct 2023 01:24:27 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-type-json-perl_2.1.1-1.dsc 2.5 KiB 54bc8f0cb4c890bb1ac59fbfb41a9564c8ff7c2384f1ba600387ef9bd4e93054
libpgobject-type-json-perl_2.1.1.orig.tar.gz 6.8 KiB e432e317196c90997b8b6055effcd024ba20a41a173eec621535dbd38a51a752
libpgobject-type-json-perl_2.1.1-1.debian.tar.xz 2.6 KiB b85b4b7a7065e53390ee65cd32a42ffd8df2ec4a14447ae87c38946d3f6142a7

Available diffs

No changes file available.

Binary packages built by this source

libpgobject-type-json-perl: JSON wrappers for PGObject

 PGObject::Type::JSON is a type handler for JSON entities. This is a best
 effort mapping of types to references. Literal values are handled as literal
 references. It allows json types or other (specified by custom register) types
 to be converted from JSON into objects according to their values. This module
 assumes that encoding will be in UTF8 across the board and is not safe to use
 with other database encodings.