Nit from change #26232 noticed by H. Merijn Brand
Steve Peters [Thu, 1 Dec 2005 20:27:34 +0000 (20:27 +0000)]
p4raw-link: @26232 on //depot/perl: 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1

p4raw-id: //depot/perl@26241

pod/perlop.pod

index c50b242..d0b4c64 100644 (file)
@@ -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