Commit graph

2 commits

Author SHA1 Message Date
schmonz
e7f0d989fe Update to 0.004011. From the changelog:
* Patched missing validity check for non-ReadKey input under -menu
  (thanks Kalyan Raj!)
* Disabled interactive testing on Windows platforms
  (thanks Brian and Lady Aleena)
* Better handling of input EOL under Windows (thanks Bas)
* Workaround for Term::ReadKey bug under Windows (thanks Bas)
* Reworked workaround for Term::ReadKey timeout bug under Windows
  (thanks again, Bas)
* Further improvements under 5.18, especially for Windows
  (thanks, Bas)
* Attempted to mollify cpanm by moving $VERSION declaration
* Further improvements under 5.18
  (thanks, Gareth)
* Still further improvements under Windows
  (thanks, Gareth)
* Fixed spurious ERASEs when deleting "past" start of input
  (thanks, Gareth)
* Added 'normal', 'default', 'standard', etc. to colour translation
* Added <CTRL-F> at start of faked input to defer next fake and
  insert real input (i.e. like <ESC> but doesn't throw away the
  line that was scheduled next)

Updating during the freeze for the following reasons:

* improves compatibility with our lang/perl5
* is a leaf package
* addresses pkg/49204 by Edgar Fuß
2014-09-15 21:11:00 +00:00
obache
ec7e407cf1 Import p5-IO-Prompter-0.004003 as devel/p5-IO-Prompter.
PR pkg/47604 by Edgar Fuss.

IO::Prompter exports a single subroutine, C<prompt>, that prints a
prompt (but only if the program's selected input and output streams are
connected to a terminal), then reads some input, then chomps it, and
finally returns an object representing that text.
2013-03-11 13:11:09 +00:00