libsort-versions-perl 1.62-3 source package in Ubuntu

Changelog

libsort-versions-perl (1.62-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libsort-versions-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:39:10 +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
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsort-versions-perl_1.62-3.dsc 2.1 KiB a94614984af5c02f06f8f38c06e99d57b9bcea4e93de1a51f84430e42ab74070
libsort-versions-perl_1.62.orig.tar.gz 12.0 KiB bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
libsort-versions-perl_1.62-3.debian.tar.xz 3.5 KiB cea061242bbaeff3ab294c70166e973768169ef94187ddcebc47a0565b794124

Available diffs

No changes file available.

Binary packages built by this source

libsort-versions-perl: Perl module for sorting of revision (and similar) numbers

 The Sort::Versions module allows easy sorting (via comparisons) of mixed text
 and numeric strings, similar to the complex "version numbers" that many
 revision control packages and shared library systems use. For an explanation
 of the algorithm, it's easiest to look at these examples:
 .
  1.1 < 1.2
  1.1a < 1.2
  1.1 < 1.1.1
  1.1 < 1.1a
  1.1.a < 1.1a
  1 < a
  a < b
  1 < 2
 .
  (special handling for leading zeros)
  0002 < 1
  1.06 < 1.5
 .
  (a hyphen binds looser than a period)
  1-1 < 1-2
  1-2 < 1.2