# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #43717]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43717 >


in the file lib/Parrot/Op.pm there is the todo item (including the line of code)

    s/{{([a-z]+)\@([^{]*?)}}/ $trans->access_arg($1, $2, $self); /me;
  # XXX ???

Apart from being an overly-verbose explanation of what the question
is, it looks like the line of code is not understood.  I guess all we
need to do here is work out why the line of code is here and write a
comment explaining it more clearly.

Reply via email to