diff options
author | Philip Newton <pne@cpan.org> | 2001-11-21 10:04:05 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 13:23:07 +0000 |
commit | 71373de2ef274fa691ff9e2dcbcce2686e2efe14 (patch) | |
tree | 2c6a45eda516e877fb7b08e3626ad46791a9e7e9 /lib/Test/Builder.pm | |
parent | 1c29294760263b030b04cb5526f17ddb14673375 (diff) | |
download | perl-71373de2ef274fa691ff9e2dcbcce2686e2efe14.tar.gz |
Re: PERFORCE change 13152 for review
Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
p4raw-id: //depot/perl@13160
Diffstat (limited to 'lib/Test/Builder.pm')
-rw-r--r-- | lib/Test/Builder.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index 774958531b..1378242a06 100644 --- a/lib/Test/Builder.pm +++ b/lib/Test/Builder.pm @@ -545,7 +545,7 @@ sub no_ending { Controlling where the test output goes. It's ok for your test to change where STDOUT and STDERR point to, -Test::Builder's default output settings will not be effected. +Test::Builder's default output settings will not be affected. =over 4 @@ -557,7 +557,7 @@ Prints out the given $message. Normally, it uses the failure_output() handle, but if this is for a TODO test, the todo_output() handle is used. -Output will be indented and marked with a # as not to interfere +Output will be indented and marked with a # so as not to interfere with test output. We encourage using this rather than calling print directly. |