File: control

package info (click to toggle)
libterm-readpassword-perl 0.11-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: perl: 200; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libterm-readpassword-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Homepage: https://metacpan.org/release/Term-ReadPassword
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-readpassword-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-readpassword-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libterm-readpassword-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: prompt user for a password
 Term::ReadPassword 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.