libsort-key-top-perl 0.08-4build5 source package in Ubuntu

Changelog

libsort-key-top-perl (0.08-4build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libsort-key-top-perl_0.08.orig.tar.gz 46.9 KiB db7c4de42316d7b0d8f14a720a34f266374109a117efc8b67ea7fc498c4113e4
libsort-key-top-perl_0.08-4build5.debian.tar.xz 2.7 KiB 29e1a67c9b0d9f1f1288955672b25d83a23abe8fb670ecef09c148ba9e57b8df
libsort-key-top-perl_0.08-4build5.dsc 2.2 KiB e70b9369a554235b807d0a75448e7b9d8d21a19f0892143a9d50f67677624cf2

Available diffs

View changes file

Binary packages built by this source

libsort-key-top-perl: Perl module to select and sort top n elements of a list

 The functions available from this module select the top n elements from a
 list using several common orderings and custom key extraction procedures.
 .
 They are all variations around 'keytopsort { CALC_KEY($_) } $n => @data;'.
 .
 In array context, this function calculates the ordering key for every element
 in @data using the expression inside the block. Then it selects and orders
 the $n elements with the lower keys when compared lexicographically.
 .
 In scalar context, the value returned by the functions on this module is the
 cutoff value allowing to select nth element from the array.

libsort-key-top-perl-dbgsym: debug symbols for libsort-key-top-perl