Revision history for List-BinarySearch

0.05    October 22, 2012 16:15 PDT
    - Set default number of tries if tries isn't already set to a positive
      number in non-interactive mode.  This fixes the endless loop condition
      that could occur if default fails to validate in non-interactive mode.
    - Tests now manage interactive mode detection more directly.
    - POD now explains new "tries" bevavior in non-interactive mode.
    - Param validation simplified.
    - Devel::Cover now reports 100% coverage.
    - Set minimum Perl version to 5.6.0.
0.04    October 19, 2012 01:35 PDT
    - Changed how _is_interactive() is imported into module (tracking
      down an elusive *BSD test suite FAIL).
    - Added several tests to t/20-logic.t to try to track down the bug.
    - Tests added to bring coverage to 96.9%.
0.03    October 11, 2012 15:09 PDT
    - Fixed a test in 20-logic.t that was generating warnings under 
      Perl 5.8.x.
    - Took a closer look at Perl::Critic advice (made a couple of 
      minor changes).
    - Removed Capture::Tiny dependency from t/20-logic.t (it wasn't
      being used there anyway).
    - Added Capture::Tiny dependency to BUILD_REQUIRES in Makefile.PL
      for 30-io_prompt_tiny.t.

0.02    October 11, 2012 10:28 PDT
    - Localized and unset the PERL_MM_USE_DEFAULT in two tests where
      smoke testers might have been running with it set, thus breaking
      the tests.

0.01    October 9, 2012 14:30 PDT
    - Initial release.
    - Based on IO::Prompt::Tiny