The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.112 - 2019-12-14

  • Add functional interface: get_sorter().
  • Add sorters: by_length, asciibetically, numerically.
  • Provide some Rinci metadata for 'sort_sub' and 'sort_args' function arguments.

Modules

Collection of sort subroutines
Sort asciibetically (string-wise)
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Sort by number of occurrences of pattern in string
Alias for Sort::Sub::by_num_in_text
Sort by last number found in text or (if no number is found) ascibetically
Sort by length of string
Sort by first number found in text or (if no number is found) ascibetically
Sort numbers (sorted numerically) before non-numbers (sorted asciibetically)
Sort naturally
Sort numerically
Dummy module to catch Sort::Sub typo
Test Sort::Sub::* subroutine