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.