File: control

package info (click to toggle)
libio-capture-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 168 kB
  • ctags: 34
  • sloc: perl: 207; makefile: 44
file content (29 lines) | stat: -rw-r--r-- 1,251 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
28
29
Source: libio-capture-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 6), quilt
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/IO-Capture/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-capture-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-capture-perl/

Package: libio-capture-perl
Architecture: all
Depends: ${perl:Depends}, ${misc: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.