Juerd (via RT) wrote: > > goto +foo doesn't properly go to the thing returned by foo(). > > foo() is called, but goto uses a reference to the value that it returns. This should be fixed in bleadperl by change #21425, thanks.