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

Changelog

libsort-key-top-perl (0.08-4build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:09:33 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Med
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar 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-4build2.debian.tar.xz 2.5 KiB 5b07a894d72cc8edd8e0b665f39a66f72cc7fe5f2e86289415676cd89a68d273
libsort-key-top-perl_0.08-4build2.dsc 2.1 KiB 7dd6f359e81d0b47610da3d7f7d65a72b1f23bd620977b0898e65f0fec0050f8

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