libsort-naturally-perl 1.03-4 source package in Ubuntu
Changelog
libsort-naturally-perl (1.03-4) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libsort-naturally-perl: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Sat, 19 Nov 2022 21:22:08 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsort-naturally-perl_1.03-4.dsc | 2.1 KiB | d0db230cd7f659ccd04bfd7e7ebe310eb1351cd649b4fc82de0bc5c592d0dd41 |
libsort-naturally-perl_1.03.orig.tar.gz | 10.9 KiB | eaab1c5c87575a7826089304ab1f8ffa7f18e6cd8b3937623e998e865ec1e746 |
libsort-naturally-perl_1.03-4.debian.tar.xz | 2.3 KiB | bf8bea7d35aa9c7c056e353d0e039c3dd2e8ea9a97718c80aae712d5501cdac5 |
Available diffs
- diff from 1.03-3 to 1.03-4 (552 bytes)
No changes file available.
Binary packages built by this source
- libsort-naturally-perl: Sort naturally - sort lexically except for numerical parts
Sort::Naturally exports two functions, nsort and ncmp; they are used
in implementing the idea of "natural sorting" algorithm. With that natural
sorting, numeric substrings are compared numerically, and other
word-characters are compared lexically.