Sort-Naturally-ICU

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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, [jurzin.s@gmail.com](mailto:jurzin.s@gmail.com)

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.



( run in 0.721 second using v1.01-cache-2.11-cpan-b16cb0d3907 )