summaryrefslogtreecommitdiff
path: root/devel/p5-Term-Prompt/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-07-27Update from version 1.03 to 1.04.he1-4/+4
Pkgsrc changes: o Canonicalize the HOMEPAGE on search.cpan.org. Upstream changes: 1.04 Wed Jul 04 20:00:00 2007 - Fixed line 229 to avoid unit value warnings. - Updated old-style &function calls. - Fixed conflicts between global our $DEBUG and function-internal my $DEBUG. - General formatting stuff (whitespace, single vs. double quotes, etc.)
2005-12-27Initial import of p5-Term-Prompt, version 1.03, into the NetBSD Packagescube1-0/+5
Collection. I had that one sitting here for a few months... I don't even remember writing it, so maybe proper credit is lacking. In such case tell me so. The Term-Prompt module can be used to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. Additional "types" that could be added would be a phone type, a social security type, a generic numeric pattern type...