From: Jarkko Hietaniemi Date: Thu, 11 Apr 2002 14:46:45 +0000 (+0000) Subject: Prettyprinting: shorten the lines to avoid linewrapping. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7d228c61cfca6dd3e995c260db91dd1477235f6;p=p5sagit%2Fp5-mst-13.2.git Prettyprinting: shorten the lines to avoid linewrapping. p4raw-id: //depot/perl@15863 --- diff --git a/t/TEST b/t/TEST index 6fe2da5..ec6e554 100755 --- a/t/TEST +++ b/t/TEST @@ -340,37 +340,37 @@ EOT warn "Failed $bad test scripts out of $files, $pct% okay.\n"; } warn <<'SHRDLU_1'; - ### Since not all tests were successful, you may want to run some of - ### them individually and examine any diagnostic messages they produce. - ### See the INSTALL document's section on "make test". +### Since not all tests were successful, you may want to run some of +### them individually and examine any diagnostic messages they produce. +### See the INSTALL document's section on "make test". SHRDLU_1 warn <<'SHRDLU_2' if $good / $total > 0.8; - ### You have a good chance to get more information by running - ### ./perl harness - ### in the 't' directory since most (>=80%) of the tests succeeded. +### You have a good chance to get more information by running +### ./perl harness +### in the 't' directory since most (>=80%) of the tests succeeded. SHRDLU_2 if (eval {require Config; import Config; 1}) { if ($Config{usedl} && (my $p = $Config{ldlibpthname})) { warn <