套件: libsort-versions-perl (1.62-1)
libsort-versions-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libsort-versions-perl:
- [libsort-versions-perl_1.62-1.dsc]
- [libsort-versions-perl_1.62.orig.tar.gz]
- [libsort-versions-perl_1.62-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Ansgar Burchardt
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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
其他與 libsort-versions-perl 有關的套件
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language