Changes for version 0.21_01 - 2021-04-05

  • Refactor {quick,bubble}_sort().
  • Allocate space on heap instead of stack for numbers.
  • Define croak() wrappers.
  • Adjust fatal error messages.
  • Use Perl's TRUE/FALSE. [rt #76474 - Slaven Rezić]
  • Reword documentation.
  • Update broken license link.
  • Add metadata repository link.
  • Do no longer recommend Test::Pod and Test::Pod::Coverage.
  • Skip documentation tests for non-release testing.
  • Amend t/median.t test descriptions.
  • Remove the testing diagnostic.

Modules

Median finding algorithm