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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:47:49 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-4build3.debian.tar.xz 2.6 KiB e9414c4504edd3ba014198ac6758d765f9994ff21d82e322eb3d84bb6a291405
libsort-key-top-perl_0.08-4build3.dsc 2.1 KiB d7a468333b8e5879cf152690e1af09085fe9a7517ed2ee5f9f546a09ce96fe0c

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