# New Ticket Created by Michael Stapelberg # Please include the string: [perl #111454] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111454 >
Hi, short reminder from #perl6: 23:13 jnthn> nom: module Foo { our sub bar() { say 42 } }; Foo::bar() 23:13 +p6eval> nom 4726db: OUTPUT«42» 23:13 jnthn> nom: module Foo { our multi bar() { say 42 } }; Foo::bar() 23:13 +p6eval> nom 4726db: OUTPUT«Could not find symbol 'Foo::&bar' in block <anon> at /tmp/bpK6Dt3NSn:1» 23:13 jnthn> Bingo. 23:13 jnthn> That's a bug. Best regards, Michael