Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / p5-IO-Prompt / DESCR
1 By default, this module exports a single function: prompt().  It
2 prompts the user to enter some input, and returns an object that
3 represents the user input.
4
5 You may specify various flags to the function to affect its behaviour;
6 most notably, it defaults to automatically chomp the input, unless
7 the -line flag is specified.