File: control

package info (click to toggle)
libio-interactive-perl 1.022-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 6
  • sloc: perl: 131; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 911 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
Source: libio-interactive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl
Build-Depends-Indep: libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-interactive-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libio-interactive-perl.git
Homepage: https://metacpan.org/release/IO-Interactive

Package: libio-interactive-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: utility module for interactive I/O
 IO::Interactive provides three utility subroutines that make it easier to
 develop interactive applications: is_interactive, interactive and busy.