-
-
29 Apr 2005 18:09:32 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (10)
- Testers (15 / 1 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (13.86KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.04
- I found a couple of problems that made me re-think the module IO::Capture::ErrorMessages. As a result, I am removing this module from the distribution. It is now depreciated and will be remove in the next release. IO::Capture::Stderr now has has the same functionality that IO::Capture::Stderr did previously, and can be used instead.
- I have changed the base class so that you can now pass arguments to derived classes.
- I have added a new parameter to IO::Capture::Stderr, "FORCE_CAPTURE_WARN". It controls capturing text sent via warn(), if $SIG{__WARN__} has been changed. The default is to let the text go to the handler set in $SIG{__WARN__}. If you want to override this, set FORCE_CAPTURE_WARN to a 1.
Documentation
Modules
Abstract Base Class to build modules to capture output.Capture all output sent to STDERRCapture any output sent to STDOUTProvides
in lib/IO/Capture/Tie_STDx.pmOther files
Module Install Instructions
To install IO::Capture, copy and paste the appropriate command in to your terminal.
cpanm IO::Capture
perl -MCPAN -e shell install IO::Capture
For more information on module installation, please visit the detailed CPAN module installation guide.