libjson-multivalueordered-perl 0.006-2 source package in Ubuntu

Changelog

libjson-multivalueordered-perl (0.006-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libjson-multivalueordered-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 11:35:16 +0000

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-multivalueordered-perl_0.006-2.dsc 2.2 KiB acd9403025f0f45e23ff2afa392ff9ceed18d99b5242fdbc1c668d4b8fea95c3
libjson-multivalueordered-perl_0.006.orig.tar.gz 21.0 KiB e83a045383faa16a48a53890979119a92307b9fd07dfc6cc56c6701046b03de1
libjson-multivalueordered-perl_0.006-2.debian.tar.xz 2.9 KiB 1b3f72ba554d01f4f25cb4a0297060112bd355caf61a70001d6c7d46ca274464

Available diffs

No changes file available.

Binary packages built by this source

libjson-multivalueordered-perl: module to handle JSON like {"a":1, "a":2}

 A hash tied to the JSON::MultiValueOrdered class acts more or less like
 a standard hash, except that when you assign a new value to an existing
 key, the old value is retained underneath. An explicit delete deletes
 all values associated with a key.
 .
 By default, the old values are inaccessible through the hash interface,
 but can be retrieved via the tied object, however, the fetch_* methods
 provide a means to alter the behaviour of the hash.