File: control

package info (click to toggle)
libio-interactive-tiny-perl 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: perl: 53; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,073 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
Source: libio-interactive-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Clément Hermann <nodens@nodens.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-interactive-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-interactive-tiny-perl.git
Homepage: https://metacpan.org/release/IO-Interactive-Tiny

Package: libio-interactive-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: minimalist utility module for interactive I/O
 IO::Interactive::Tiny provides the useful subset of IO::Interactive’s
 functionality in the form of only having is_interactive().
 .
 It also gains ::Tiny-ness by reducing large deps: it does not use version,
 Carp, or Scalar::Util.