# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #128718]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128718 >


Not even sure what causes that, but removing the `redo` avoids the error.

$ perl6 -e 'react { whenever supply { emit 42; redo } { .say } }'
42
No such method 'CALL-ME' for invocant of type 'Bool'
  in block <unit> at -e line 1



-- 
Cheers,
ZZ | https://twitter.com/zoffix

Reply via email to