Changes for version 0.120 - 2020-05-25

  • Edit Changes.

Modules

Collection of sort subroutines
Sort ascibetically (string-wise)
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Sort by number of occurrences of pattern in string
Sort by first number found in text or (if no number is found) ascibetically
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 by Perl code
Sort by Perl function
Sort by Perl operator
Sort randomly using Perl's rand()
Sort naturally (by number or string parts)
Sort numerically
Sort randomly using Perl's rand()
Dummy module to catch Sort::Sub typo
Test Sort::Sub::* subroutine