The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for IO-Prompter

0.0.1  Fri May  1 17:34:17 2009
       Initial release.


0.001001  Tue Jun 22 05:39:09 2010

    * More documentation

    * Fixed README

    * Tweaked Makefile.PL and Build.PL

    * Fixed history completion (removed prefix)

    * Added 'dirnames' as a completion option

    * Allowed use of -number or -integer to specify numerically indexed -menu

    * Made $SIG{INT} handling transparent

    * Made constraints apply to -default value
      (and issue a warning if they aren't satisfied)

    * Added -DEFAULT option to override constraint checking

    * Added -keyletters option to extract guarantees and defaults
      from the prompt


0.002000  Tue Apr 10 17:25:54 2012

    * Fixed selection of menu items specified by non-single character
      (Thanks Chris!)

    * Tweaked varname in docs (thanks Salvatore)

    * Other doc fixes

    * Made default values echo when selected

    * Fixed -default value handling on -menu prompts
      (disabled constraint-checking on that case)

    * Fixed -keyletters example (-guarantee regex was wrong)

    * Allowed -key and -keys as abbreviations for -keyletters

    * Added -style and -echostyle features

    * Added: use IO::Prompter -argv

    * Improved -argv prompting