From: Jarkko Hietaniemi Date: Wed, 18 Apr 2001 04:15:14 +0000 (+0000) Subject: The #9735 also changes the subtest 12. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fee7e83848f2e2a9b904a85420cbf317659a047d;p=p5sagit%2Fp5-mst-13.2.git The #9735 also changes the subtest 12. p4raw-id: //depot/perl@9736 --- diff --git a/t/lib/b.t b/t/lib/b.t index 7681b4d..65a8013 100755 --- a/t/lib/b.t +++ b/t/lib/b.t @@ -107,7 +107,7 @@ $b = <<'EOF'; LINE: while (defined($_ = )) { chomp $_; - @F = split(/\s+/, $_, 0); + @F = split(" ", $_, 0); '???'; }