libjson-multivalueordered-perl 0.005-1 source package in Ubuntu

Changelog

libjson-multivalueordered-perl (0.005-1) unstable; urgency=medium


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Import upstream version 0.005
  * Drop version from perl build depenncy.
  * Declare compliance with Debian Policy 3.9.6.
  * Make short description a noun phrase.
  * Mark package as autopkgtest-able.
  * debian/copyright: drop section about removed inc/.
  * Add a patch to fix a spelling mistake in the documentation.
  * Add patch to fix POD issues.

 -- gregor herrmann <email address hidden>  Mon, 13 Oct 2014 21:00:50 +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
Bionic release universe misc
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-multivalueordered-perl_0.005-1.dsc 2.3 KiB d6449088b713de08f94bf75b9d08f4f9fafecec71eca08767bceb8f541e21d6a
libjson-multivalueordered-perl_0.005.orig.tar.gz 21.5 KiB 1408db8bd3e12e05be9debbc69c3b08a0f86942c14200dbf138b1849df1b4c31
libjson-multivalueordered-perl_0.005-1.debian.tar.xz 2.5 KiB 54306cec11fad92e2459357eccdd74db46ce91510cd745b0b068c9cbf97d660d

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.