From: Steve Peters <steve@fisharerojo.org>
Date: Wed, 30 Nov 2005 19:09:17 +0000 (+0000)
Subject: dor-assign (//=) was missing from perlop.pod
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1;p=p5sagit%2Fp5-mst-13.2.git

dor-assign (//=) was missing from perlop.pod

p4raw-id: //depot/perl@26232
---

diff --git a/pod/perlop.pod b/pod/perlop.pod
index 6aa762d..c50b242 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -687,7 +687,7 @@ That should probably be written more simply as:
 
 =head2 Assignment Operators
 X<assignment> X<operator, assignment> X<=> X<**=> X<+=> X<*=> X<&=>
-X<<< <<= >>> X<&&=> X<-=> X</=> X<|=> X<<< >>= >>> X<||=> X<.=>
+X<<< <<= >>> X<&&=> X<-=> X</=> X<|=> X<<< >>= >>> X<||=> X<//=> X<.=>
 X<%=> X<^=> X<x=>
 
 "=" is the ordinary assignment operator.
@@ -705,7 +705,7 @@ might trigger, such as from tie().  Other assignment operators work similarly.
 The following are recognized:
 
     **=    +=    *=    &=    <<=    &&=
-           -=    /=    |=    >>=    ||=
+    -=     /=    |=    >>=   ||=    //=
            .=    %=    ^=
 	         x=