Changes for version 0.14 - 2013-09-26

  • NEW API IS NOW STABLE: DEPRECATED FUNCTIONS HAVE BEEN REMOVED.
  • List::BinarySearch::XS will now be used as an optional default dependency.
  • In interactive mode, CPAN installers will prompt for permission to use this dependency. Default action is yes.
  • Set LBS_NO_XS to prevent installing the XS module, or answer 'no' in installer's interactive mode.
  • Test coverage is now 100%.

Changes for version 0.13_001 - 2013-09-24

  • DEVELOPERS RELEASE -- Testing Makefile's optional dependency code.
  • Added meta spec version and git repo to META information.
  • Updated examples/bsearch.pl to use binsearch
  • Makefile.PL prompts to add List::BinarySearch::XS dependency. (In non-interactive environment, this defaults to yes.) See POD for additional configuration information.
  • META_MERGE => recommends => List::BinarySearch::XS, for those clients that understand the 'recommends' semantics from META spec 2.0.

Modules

Binary Search within a sorted array.
Pure-Perl Binary Search functions.