File: control

package info (click to toggle)
libio-prompt-perl 0.997004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 232 kB
  • ctags: 21
  • sloc: perl: 846; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download
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
27
28
29
30
31
Source: libio-prompt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@iki.fi>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libtest-pod-perl,
                     libterm-readkey-perl,
                     libwant-perl,
                     libtest-pod-coverage-perl,
                     libio-pty-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-prompt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libio-prompt-perl.git
Homepage: https://metacpan.org/release/IO-Prompt

Package: libio-prompt-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libterm-readkey-perl,
         libwant-perl
Description: module to interactively prompt for user input
 IO::Prompt is a Perl module useful for prompting the user for some input and
 returning that data as an object. It also provides functions for simulating
 hand-typing to the console and for accessing the low-level input.