From: Philip Newton Date: Wed, 21 Nov 2001 09:04:05 +0000 (+0100) Subject: Re: PERFORCE change 13152 for review X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71373de2ef274fa691ff9e2dcbcce2686e2efe14;p=p5sagit%2Fp5-mst-13.2.git Re: PERFORCE change 13152 for review Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com> p4raw-id: //depot/perl@13160 --- diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index 7749585..1378242 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.