The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for List-BinarySearch

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