Changes for version 0.121 - 2024-07-17
- Add sorter: numerically_no_warning.
 - [dist] Edit Changes (replace Backward-Compatible: no with Backward-Incompatible: yes).
 
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 numerically (without warning when comparing non-numbers)    
  
Sort randomly using Perl's rand()    
  
Dummy module to catch Sort::Sub typo    
  
Test Sort::Sub::* subroutine