The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.6

  • Change: b4af62f53b5cca602d2ceaf0ec97bc10713ab1e2 Author: Brad Lhotsky <brad.lhotsky@booking.com> Date : 2014-09-02 20:23:31 +0000
    • Version 0.6 release.
  • Change: be5e8b88bd72f8dda69c2941236ac81a94e45c57 Author: Brad Lhotsky <brad.lhotsky@gmail.com> Date : 2014-08-11 19:00:20 +0000
    • Merge pull request #1 from gugod/master
    • fix the display of selection range that is off-by-one on prompt.
  • Change: b8c71e8303add527915e7a2de175528afd7d74b4 Author: Kang-min Liu <gugod@gugod.org> Date : 2014-08-11 15:33:19 +0000
    • fix the display of selection range that is off-by-one on prompt.
    • A trivial example to demostrate the error:
    • ~/src/CLI-Helpers
      • > perl -Ilib -MCLI::Helpers=:all -e 'prompt("pick one", menu => ["a".."e"])'
      • pick one
      • 1. a
      • 2. b
      • 3. c
      • 4. d
      • 5. e
      • Selection (1-6):
      • ^-- wrong

Modules

Subroutines for making simple command line scripts