From: Steve Peters Date: Thu, 1 Dec 2005 20:27:34 +0000 (+0000) Subject: Nit from change #26232 noticed by H. Merijn Brand X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ec09037ae8e67de09c4ba1f6d36d7c974d4071b;p=p5sagit%2Fp5-mst-13.2.git Nit from change #26232 noticed by H. Merijn Brand p4raw-link: @26232 on //depot/perl: 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1 p4raw-id: //depot/perl@26241 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index c50b242..d0b4c64 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -705,8 +705,8 @@ might trigger, such as from tie(). Other assignment operators work similarly. The following are recognized: **= += *= &= <<= &&= - -= /= |= >>= ||= //= - .= %= ^= + -= /= |= >>= ||= + .= %= ^= //= x= Although these are grouped by family, they all have the precedence