File: control

package info (click to toggle)
libio-stty-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: perl: 275; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,082 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-stty-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-perl,
               libpod-coverage-perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-stty-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-stty-perl.git
Homepage: https://metacpan.org/release/IO-Stty

Package: libio-stty-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to change/print terminal (PTY) line settings
 The IO::Stty module provides a generic interface to handle pseudoterminals
 (PTY) in Perl scripts, such as in the "expect" library.
 .
 Before changing terminal parameters with IO::Stty, it's recommended to save
 the current settings and restore them when finished.