libdata-sorting-perl 0.9-6 source package in Ubuntu

Changelog

libdata-sorting-perl (0.9-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Apply multi-arch hints. + libdata-sorting-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:05:00 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-sorting-perl_0.9-6.dsc 2.1 KiB fa0ea350fc85c7934cea869411d634234b58a6e688be668ea441c3010a1a96fe
libdata-sorting-perl_0.9.orig.tar.gz 14.5 KiB 055d83c70b200ce98e9177a7382f08afd72bf6f98c84ebca8570f1600288b386
libdata-sorting-perl_0.9-6.debian.tar.xz 4.1 KiB fef0f5f817b15070e10c28accf5e5fd4657b5bfb1fa02dc55ed5c39766ecb2d6

Available diffs

No changes file available.

Binary packages built by this source

libdata-sorting-perl: Perl module for multi-key sort using function results

 Data::Sorting provides functions to sort the contents of arrays based
 on a collection of extraction and comparison rules. Extraction rules
 are used to identify the attributes of array elements on which the
 ordering is based; comparison rules specify how those values should be
 ordered.
 .
 Index strings may be used to retrieve values from array elements, or
 function references may be passed in to call on each element.
 Comparison rules are provided for numeric, bytewise, and
 case-insensitive orders, as well as a 'natural' comparison that places
 numbers first, in numeric order, followed by the remaining items in
 case-insensitive textual order.