Paketname | libsort-versions-perl |
Beschreibung | Perl module for sorting of revision (and similar) numbers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.5-4 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10334 Byte |
Prüfsumme MD5 | 9a160a7c5dd35e86ac498835717b3a13 |
Prüfsumme SHA1 | 4b6fa0a464128d455c76a5dec3eeb3781cc93a5d |
Prüfsumme SHA256 | aea1b478f46fd5e27d3f7c6fd5c22626c54e8c0af99c3996f7c70231a623b283 |
Link zum Herunterladen | libsort-versions-perl_1.5-4_all.deb |
Ausführliche Beschreibung | 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
|