libtie-hash-indexed-perl 0.08+ds1-1build5 source package in Ubuntu

Changelog

libtie-hash-indexed-perl (0.08+ds1-1build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:46:55 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libtie-hash-indexed-perl_0.08+ds1.orig.tar.xz 15.4 KiB 360f7e3ed6525526bbfab5516323d58d045b76d38b92b2e897ed2dcff5744056
libtie-hash-indexed-perl_0.08+ds1-1build5.debian.tar.xz 2.7 KiB b9cd52c515609142b760e4014902dfe6630f3bb74a6d4d1653af6510d6bc240c
libtie-hash-indexed-perl_0.08+ds1-1build5.dsc 2.3 KiB 10644d3aba4375163545583f04024e54e7b2c97042a1e2744e66878befecee51

View changes file

Binary packages built by this source

libtie-hash-indexed-perl: Ordered hashes for Perl

 This module implements an ordered hash, meaning that it associates keys
 with values like a Perl hash, but keeps the keys in a consistent order.
 .
 Tie::Hash::Indexed is intentionally very similar to other ordered hash
 modules, most prominently Hash::Ordered. However, Tie::Hash::Indexed is
 written completely in XS and is, often significantly, faster than other
 modules. For a lot of operations, it's more than twice as fast as
 Hash::Ordered, especially when using the object-oriented interface instead of
 the tied interface. Other modules, for example Tie::IxHash, are even slower.
 .
 The object-oriented interface of Tie::Hash::Indexed is almost identical to
 that of Hash::Ordered, so in most cases you should be able to easily replace
 one with the other.

libtie-hash-indexed-perl-dbgsym: debug symbols for libtie-hash-indexed-perl