Changes for version 0.09 - 2016-12-18

  • Merge dist Sort-Sub-num_in_text (there's no reason why it should be a separate dist, no other deps).

Modules

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