slackbuilds_ponce/perl/perl-Sort-Naturally
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
perl-Sort-Naturally.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
perl-Sort-Naturally.SlackBuild perl/perl-Sort-Naturally: Change license. 2011-12-17 21:42:07 -06:00
README
slack-desc

This Perl module exports two functions, nsort and ncmp; they are
used in implementing one idea of a "natural sorting" algorithm.
Under natural sorting, numeric substrings are compared numerically,
and other word-characters are compared lexically.