summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-17 14:44:59 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-17 14:44:59 +0000
commit16fa893905d221693a5e0a95ba525247aa3d7a04 (patch)
tree43f441609811c7938c8641fde2897f9f81478778 /ext/IO
parentd6584ed888482007614ade158c6741c0c11763fd (diff)
downloadperl-16fa893905d221693a5e0a95ba525247aa3d7a04.tar.gz
Correct precedence from and to && in an expression with assignment.
p4raw-id: //depot/perl@25781
Diffstat (limited to 'ext/IO')
-rwxr-xr-xext/IO/t/io_sock.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/t/io_sock.t b/ext/IO/t/io_sock.t
index 918e96b78e..70a42e9a40 100755
--- 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";