Source: libio-capture-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 Daniel Lintott <daniel@serverb.co.uk>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-capture-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-capture-perl.git
Homepage: https://metacpan.org/release/IO-Capture

Package: libio-capture-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Abstract Base Class to build modules to capture output
 The IO::Capture Module defines an abstract base class that can be
 used to build modules that capture output being sent on a filehandle 
 such as STDOUT or STDERR.
 .
 Several modules that come with the distribution do just that.  
 I.e., Capture STDOUT and STDERR.  Also see James Keenan's 
 IO::Capture::Stdout::Extended on CPAN.
 .
 See IO::Capture::Overview for a 
 discussion of these modules and examples of how to build a module to 
 sub-class from IO::Capture yourself.   If after reading the overview, 
 you would like to build a class from IO::Capture, look here for 
 details on the internals.
