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

Changes for version 0.19 - 2008-01-06

  • Added basic test-file which tests the functionality of median().
  • Beautified code layout within XS.xs.
  • Check for odd count of elements within the list supplied to median(), which excludes a list consisting of a single element.
  • Updated documentation.

Modules

Median finding algorithm