Source: libsort-naturally-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni Section: perl Rules-Requires-Root: no Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsort-naturally-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsort-naturally-perl.git Homepage: https://metacpan.org/release/Sort-Naturally Package: libsort-naturally-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: 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.