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

Changes for version 0.03 - 2015-10-07

  • Add sorters: ascii_then_num, num_then_ascii.
  • [Bugfix] make the sortsubs work when used from package other than 'main'.
  • [Refactor] Refactor tests (extract into test routine/library).

Modules

Collection of sort subroutines
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Sort naturally
Sort numbers (sorted numerically) before non-numbers (sorted asciibetically)