[svn:parrot] r40441 - trunk

allison at svn.parrot.org allison at svn.parrot.org
Fri Aug 7 17:16:33 UTC 2009


Author: allison
Date: Fri Aug  7 17:16:32 2009
New Revision: 40441
URL: https://trac.parrot.org/parrot/changeset/40441

Log:
[cage] Link deprecated item to more relevant ticket.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Fri Aug  7 15:47:30 2009	(r40440)
+++ trunk/DEPRECATED.pod	Fri Aug  7 17:16:32 2009	(r40441)
@@ -120,21 +120,7 @@
 
 =item Assignment syntax with opcodes [eligible in 1.1]
 
-When the first argument of an opcode is C<OUT>, then
-the assignment syntax will be allowed, as it is today.
-
-In any other case (i.e. C<INOUT>, C<IN>), this will become
-a syntax error. For example:
-
-    $S0 = print
-    $P0 = substr 1, 2, "x"
-
-Will have to be:
-
-    print $S0
-    substr $P0, 1, 2, "x"
-
-L<http://rt.perl.org/rt3/Ticket/Display.html?id=36283>
+L<https://trac.parrot.org/parrot/ticket/906>
 
 =item named class/pmc lookup in pir syntax such as new, isa, subclass, 
     get_class, etc [eligible in 1.1]


More information about the parrot-commits mailing list