libsort-versions-perl 1.62-ok2 source package in openKylin

Changelog

libsort-versions-perl (1.62-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Thu, 20 Oct 2022 16:27:39 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libsort-versions-perl_1.62.orig.tar.gz 12.0 KiB bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
libsort-versions-perl_1.62-ok2.debian.tar.xz 7.6 KiB af13cc26b92aea9bed15fe3ff28a040468492eb5ddc16dd95b5dc2a128340bbd
libsort-versions-perl_1.62-ok2.dsc 1.8 KiB 04a3a18e63e15b54931e67f6f09c30af6725810db6de8c9c9b47d39d00b74c97

Available diffs

View changes file

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