[svn:parrot] r38381 - trunk
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Tue Apr 28 01:57:49 UTC 2009
Author: pmichaud
Date: Tue Apr 28 01:57:49 2009
New Revision: 38381
URL: https://trac.parrot.org/parrot/changeset/38381
Log:
[nqp]: Update note about $(...) syntax in DEPRECATED.pod .
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Tue Apr 28 01:50:36 2009 (r38380)
+++ trunk/DEPRECATED.pod Tue Apr 28 01:57:49 2009 (r38381)
@@ -293,7 +293,8 @@
=item C< $(...) > syntax [eligible in 1.5]
The C< $(...) > syntax for obtaining a result object from a Match
-object will no longer work. The new syntax is yet to be determined.
+object will no longer work. The new syntax is to invoke the
+C<.ast> method on the Match object.
L<https://trac.parrot.org/parrot/ticket/459>
More information about the parrot-commits
mailing list