https://github.com/caballerosteam/sort-naturally-xs
Perl natural sorting module
https://github.com/caballerosteam/sort-naturally-xs
natural-sort perl-module perl5 sort sort-order
Last synced: 8 months ago
JSON representation
Perl natural sorting module
- Host: GitHub
- URL: https://github.com/caballerosteam/sort-naturally-xs
- Owner: CaballerosTeam
- Created: 2016-10-26T19:00:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T16:32:38.000Z (almost 8 years ago)
- Last Synced: 2024-06-21T03:23:33.669Z (almost 2 years ago)
- Topics: natural-sort, perl-module, perl5, sort, sort-order
- Language: Perl
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Sort-Naturally-XS version 0.7.9
===============================
DESCRIPTION
Sort::Naturally::XS - Perl extension for human-friendly ("natural") sort order.
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
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) 2018 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.