diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2013-12-25 22:04:21 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:44 -0600 |
commit | c59a2477d09b2a91361075e1622f23f70a0857d7 (patch) | |
tree | 66d86410df8d61a51ddad00e2e58dacc068dd473 /perl/perl-Term-UI/README | |
parent | a7e7cc41ed6a64258c6a34b4196ba75e8c22ce2b (diff) | |
download | slackbuilds-c59a2477d09b2a91361075e1622f23f70a0857d7.tar.gz |
perl/perl-Term-UI: Added (Interfaces via Term::ReadLine made easy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Term-UI/README')
-rw-r--r-- | perl/perl-Term-UI/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Term-UI/README b/perl/perl-Term-UI/README new file mode 100644 index 0000000000..3de2eb0fa1 --- /dev/null +++ b/perl/perl-Term-UI/README @@ -0,0 +1,5 @@ +Term::UI is a transparent way of eliminating the overhead of having to +format a question and then validate the reply, informing the user if +the answer was not proper and re-issuing the question. Simply give it +the question you want to ask, optionally with choices the user can +pick from and a default and Term::UI will do what you mean. |