[perl #117605] Method named variable dispatch bug

2013-04-16 Thread via RT
# New Ticket Created by Lard Farnwell # Please include the string: [perl #117605] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117605 > Hi, As I ran in IRC, [13:12] perl6: class foo { multi method bar(:$baz) { say

Re: [perl #117605] Method named variable dispatch bug

2013-04-16 Thread Lard Farnwell
Hey Moritz, Thanks that also makes clear why it works for subs but not methods. So it was rakudo that was correct. So there is no way to run the second method in the normal way? class Foo {