slackbuilds_ponce/perl/perl-Sort-Naturally
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
perl-Sort-Naturally.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
perl-Sort-Naturally.SlackBuild perl/perl-Sort-Naturally: Change license. 2011-12-17 21:42:07 -06:00
README perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00
slack-desc perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00

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.