projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d6584ed
)
Correct precedence from and to && in an expression with assignment.
Nicholas Clark [Mon, 17 Oct 2005 14:44:59 +0000 (14:44 +0000)]
p4raw-id: //depot/perl@25781
ext/IO/t/io_sock.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/IO/t/io_sock.t
b/ext/IO/t/io_sock.t
index
918e96b
..
70a42e9
100755
(executable)
--- a/
ext/IO/t/io_sock.t
+++ b/
ext/IO/t/io_sock.t
@@
-28,7
+28,7
@@
BEGIN {
}
}
-my $has_perlio = $] >= 5.008 and find PerlIO::Layer 'perlio';
+my $has_perlio = $] >= 5.008 && find PerlIO::Layer 'perlio';
$| = 1;
print "1..26\n";