libhash-ordered-perl 0.014-2 source package in Ubuntu

Changelog

libhash-ordered-perl (0.014-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Wed, 24 May 2023 20:43:52 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhash-ordered-perl_0.014-2.dsc 2.5 KiB 369958ad9773c73230ba58f071626b1e52fcf6e109f24b9b6d919e304747598f
libhash-ordered-perl_0.014.orig.tar.gz 36.0 KiB 8dc36cd79155ae37ab8a3de5fd9120ffba9a31e409258c28529ec5251c59747b
libhash-ordered-perl_0.014-2.debian.tar.xz 2.1 KiB 342dad02e55011a8f4d7941062f54cee7c1e748f6d37eed259c00cd31ca0a4ea

No changes file available.

Binary packages built by this source

libhash-ordered-perl: Perl ordered hash class implementation

 Hash::Ordered implements an ordered hash, meaning that it associates keys
 with values like a Perl hash, but keeps the keys in a consistent order.
 Because it is implemented as an object and manipulated with method calls, it
 is much slower than a Perl hash. This is the cost of keeping order.
 .
 However, compared to other ordered hash implementations, Hash::Ordered is
 optimized for getting and setting individual elements and is generally faster
 at most other tasks as well. For specific details, see
 Hash::Ordered::Benchmarks.