Sort-Naturally-ICU version 0.7.8
================================
DESCRIPTION
Sort::Naturally::ICU - Perl extension for human-friendly ("natural") sort order, which using ICU library for locale
aware sorting.
Natural sort order is an ordering of mixed strings (consist of characters and digits) in alphabetical order, except that
digital parts are ordered as numbers. Natural sorting can be considered as a replacement of a standard machine-oriented
alphabetical sorting, because it is more convenient for human understanding.
INSTALL
Prior to installation you MUST have installed ICU library.
perl Makefile.PL
make
make test
make install
AUTHOR
Sergey Yurzin, [
[email protected]](mailto:
[email protected])
COPYRIGHT AND LICENSE
Copyright (C) 2017 by Sergey Yurzin
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.