File: control

package info (click to toggle)
libio-prompt-tiny-perl 0.003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 172 kB
  • ctags: 3
  • sloc: perl: 206; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,243 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
Source: libio-prompt-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marius Gavrilescu <marius@ieval.ro>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-prompt-tiny-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-prompt-tiny-perl.git
Homepage: https://metacpan.org/release/IO-Prompt-Tiny

Package: libio-prompt-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module that prompts for user input with a default option
 IO::Prompt::Tiny is an extremely simple prompting module, based on the
 extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's
 all you need and this module gives it to you without all the overhead of
 ExtUtils::MakeMaker just to prompt for input.
 .
 It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
 crazy, cool stuff that other prompting modules do. It just prompts with a
 default. That's it!