mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
12 lines
587 B
Plaintext
12 lines
587 B
Plaintext
The C<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) See L<IO::Capture::Overview> for a
|
|
discussion of these modules and examples of how to build a module to
|
|
sub-class from C<IO::Capture> yourself. If after reading the overview,
|
|
you would like to build a class from C<IO::Capture>, look here for
|
|
details on the internals.
|
|
|
|
WWW: http://search.cpan.org/dist/IO-Capture/
|