Changes for version 0.01_002 - 2013-08-22

  • Restore compatibility with Perl versions older than 5.16 by changing av_top_index to av_len. av_top_index is a more sanely named synonym to av_len, but wasn't available until Perl 5.16.
  • POD corrections.

Changes for version 0.01_001 - 2013-08-21

  • Applied code adapted from a binary search utility written with Inline::C.
  • Adapted POD from List::BinarySearch
  • Minimal testing added (additional still to be adapted from L::BS).

Modules

Binary Search a sorted array with XS routines.