File: control

package info (click to toggle)
libterm-prompt-perl 1.03-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 76 kB
  • ctags: 17
  • sloc: perl: 446; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libterm-prompt-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.6.1), libterm-readkey-perl
Maintainer: Marc 'HE' Brockschmidt <he@debian.org>
Standards-Version: 3.6.1

Package: libterm-prompt-perl
Architecture: all
Depends: perl (>= 5.6.1), ${misc:Depends}, libterm-readkey-perl
Description:  Perl extension for prompting a user for information
 Term::Prompt is used to check 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.