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


as suggested by Allison,
.return in a tailcall context, like this:

 .return foo()

will changed into:

 .tailcall foo()

Reply via email to