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

Changelog

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

  * Team upload.
  * Import upstream version 1.62.
  * Update debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Tue, 15 Dec 2015 20:16:28 +0100

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
Jammy release main perl
Focal release main perl
Bionic release main perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsort-versions-perl_1.62-1.dsc 2.2 KiB f188841f61493fdb91341d79ee10e83fcc89f1b1eca82829591877caad897501
libsort-versions-perl_1.62.orig.tar.gz 12.0 KiB bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
libsort-versions-perl_1.62-1.debian.tar.xz 3.2 KiB 3bebcd2779e4714bedc3ad229f1dec0aac2f10537604942c12b1ce66bc0ed860

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