Source: libio-stty-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libio-pty-perl , perl Standards-Version: 4.7.3 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 Multi-Arch: foreign 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.