Source: libterm-filter-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libio-pty-easy-perl, libmoose-perl, libscope-guard-perl, libterm-readkey-perl, libtest-fatal-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-filter-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-filter-perl.git Homepage: https://metacpan.org/release/Term-Filter Testsuite: autopkgtest-pkg-perl Package: libterm-filter-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-pty-easy-perl, libmoose-perl, libscope-guard-perl, libterm-readkey-perl Description: Perl module to run an interactive terminal session, filtering input and output Term::Filter is a Moose role which implements running a program in a pty while being able to filter the data that goes into and out of it. This can be used to alter the inputs and outputs of a terminal based program, or to intercept the data going in or out to record it or rebroadcast it.