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

Changes for version 0.10 - 2016-12-18

  • [Incompatible change] Rename modules to by_* to be consistent with the convention.

Modules

Collection of sort subroutines
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Alias for Sort::Sub::by_num_in_text
Sort by last number found in text or (if no number is found) ascibetically
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
Dummy module to catch Sort::Sub typo
Test Sort::Sub::* subroutine