| CPAN Ratings (Gamma) Test-Trap reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Test-Trap
1 out of 1 found this review helpful:
Excellent!
This module handles a lot of things you want to control during testing, warning, exceptions, IO, ...
It also handles warnings containing embedded "\n" properly unlike Test::Warn.
نديم الخمير - 2008-05-02 02:07:51
Was this review helpful to you?
Yes
No
This is a great module. Using it I was able to refactor the tests of the Test::Run suite and reduce the size by 273 lines. The interface is excellent and very convenient and the module just works.
One tip is that you should use the following "use" statement:
{{{{{{{{{
use Test::Trap qw(
trap $trap
:flow
:stderr(systemsafe)
:stdout(systemsafe)
:warn
);
}}}}}}}}}}}
In order to make sure Test::Trap traps the stdout and stderr of external programs invoked by system() and friends. This wasn't clear from the otherwise helpful documentation.
Shlomi Fish - 2007-03-18 06:50:31
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|