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


This be Rakudo db84bc on Parrot r43174.

$ perl6 -e 'sub last-shenmeshenme() { say "OH HAI" }; last-shenmeshenme'
Could not find non-existent sub shenmeshenme
[...]

$ perl6 -e 'sub last-shenmeshenme() { say "OH HAI" }; for 1 {
last-shenmeshenme }'
(no output)

A bit reminiscent of
<http://rt.perl.org/rt3/Ticket/Display.html?id=64656>, "Subnames
starting with 'do-' cannot be called in Rakudo", nowadays resolved.

Reply via email to