libtie-dxhash-perl 1.05-4 source package in Ubuntu

Changelog

libtie-dxhash-perl (1.05-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtie-dxhash-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 18:51:23 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-dxhash-perl_1.05-4.dsc 2.2 KiB 031541629aa845ad6cc50392f6caf4257bebfb9d5c47589c0b19d9ad3f0ad3c6
libtie-dxhash-perl_1.05.orig.tar.gz 7.8 KiB 332612a648edb90142e355217ddcdee2074a9f537d16e9f770da5ae9a21e9b3e
libtie-dxhash-perl_1.05-4.debian.tar.xz 2.4 KiB cec3148e7264fcba061ec5070b6df6f3eb35b302a59647f098e951be3ef0ee8f

Available diffs

No changes file available.

Binary packages built by this source

libtie-dxhash-perl: Perl module that keeps insertion order in hash

 Tie::DxHash implements a hash which preserves insertion order and allows
 duplicate keys.
 .
 Tie::DxHash works by storing the hash data in an array of hash references
 (containing the key/value pairs). This preserves insertion order. A
 separate set of iterators (one per distinct key) keeps track of the last
 retrieved value for a given key, thus allowing the successive retrieval of
 multiple values for the same key to work as expected.
 .
 Tie::DxHash was originally written to facilitate the use of more complex
 mod_rewrite rules in Apache configuration files written with Perl Sections.