libtie-ixhash-perl 1.23-4 source package in Ubuntu

Changelog

libtie-ixhash-perl (1.23-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:58:25 +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
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-ixhash-perl_1.23-4.dsc 2.1 KiB c87559bf052742c10e67bedabc28a6321183690f04c3024826a3fcaa2f8d2a5f
libtie-ixhash-perl_1.23.orig.tar.gz 9.1 KiB fabb0b8c97e67c9b34b6cc18ed66f6c5e01c55b257dcf007555e0b027d4caf56
libtie-ixhash-perl_1.23-4.debian.tar.xz 2.4 KiB f1c8bacd5e45fc3f82e4ca760b89ad1f0ec2ae0aa05ecb32e977ca5bb990b029

Available diffs

No changes file available.

Binary packages built by this source

libtie-ixhash-perl: Perl module to order associative arrays

 Tie::IxHash implements Perl hashes that preserve the order in which the
 hash elements were added. The order is not affected when values
 corresponding to existing keys in the IxHash are changed. The elements can
 also be set to any arbitrary supplied order. The familiar perl array
 operations can also be performed on the IxHash.