File: control

package info (click to toggle)
libterm-readpassword-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 72 kB
  • ctags: 5
  • sloc: perl: 160; makefile: 35
file content (18 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libterm-readpassword-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Standards-Version: 3.6.1.0
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.6.0-16)

Package: libterm-readpassword-perl
Architecture: all
Depends: ${perl:Depends}
Description: ask the user for a password
 This module lets you ask the user for a password in the
 traditional way, from the keyboard, without echoing.
 .
 The read_password function prompts for input, reads a line of
 text from the keyboard, then returns that line to the caller.
 The line of text doesn't include the newline character, so
 there's no need to use chomp.