Author: pmichaud
Date: Thu Jul 10 13:22:30 2008
New Revision: 14559

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

Log:
S12:  Remove "method fall back to subroutine".


Modified: doc/trunk/design/syn/S12.pod
==============================================================================
--- doc/trunk/design/syn/S12.pod        (original)
+++ doc/trunk/design/syn/S12.pod        Thu Jul 10 13:22:30 2008
@@ -210,9 +210,6 @@
     $obj.doit(1,2,3)
     doit $obj: 1,2,3
 
-If the method was not found, it will fall back to a subroutine call
-instead, with the invocant becoming the first positional argument.
-
 Indirect object notation now requires a colon after the invocant,
 even if there are no arguments after the colon:
 

Reply via email to