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

Changelog

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

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 20:45:29 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-dxhash-perl_1.05-3.dsc 2.2 KiB 91d933c8051df650b420811f0dc4ce85f0904ed5d88c6a8442aaf6f9714f2017
libtie-dxhash-perl_1.05.orig.tar.gz 7.8 KiB 332612a648edb90142e355217ddcdee2074a9f537d16e9f770da5ae9a21e9b3e
libtie-dxhash-perl_1.05-3.debian.tar.xz 2.4 KiB acf38f5c31644dbe3673b6ea3364131de1b77e38fddf5916aa264d4d690933cb

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.