Source: libterm-filter-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libio-pty-easy-perl,
 libmoose-perl,
 libscope-guard-perl,
 libterm-readkey-perl,
 libtest-fatal-perl,
 perl (>= 5.10.1)
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-filter-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-filter-perl.git
Homepage: http://search.cpan.org/dist/Term-Filter/

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.
