Author: audreyt
Date: Thu Nov  2 03:23:56 2006
New Revision: 13379

Modified:
   doc/trunk/design/syn/S03.pod

Log:
* S03: Explicitly mention .=meth in the term level. 
* Also explicitly mention that the implicit topic for
  .meth and .=meth is $_.

Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Thu Nov  2 03:23:56 2006
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 8 Mar 2004
-  Last Modified: 30 Oct 2006
+  Last Modified: 2 Nov 2006
   Number: 3
-  Version: 73
+  Version: 74
 
 =head1 Changes to Perl 5 operators
 
@@ -1645,7 +1645,8 @@
     terms               42 3.14 "eek" qq["foo"] [1,2,3] {...} \(@a,$b,%c)
                            $x @y %z /abc/ MyType @@multidim $^a
                            (1+2) a(1) :by(2) :!verbose :(Dog $self:)
-                           .meth with implicit invocant
+                           .meth with implicit invocant $_
+                           .=meth with implicit invocant $_
                            listops leftward
     method postfix      .meth .+ .? .* .() .[] .{} .<> .«» .:: .= .^
     autoincrement       ++ --

Reply via email to