[perl #60258] Matching against a method produces the wrong result in Rakudo

2009-02-13 Thread jn...@jnthn.net via RT
On Fri Oct 31 06:31:53 2008, masak wrote: > Rakudo r32247 does the wrong thing when matching a something against > the ".method" syntax. > > $ perl6 -e 'class A { method alwaystrue { return 1 } }; given A.new { > say "irrelevant" ~~ .alwaystrue }' > 0 > > According to the big matching table in S0

[perl #60258] Matching against a method produces the wrong result in Rakudo

2008-10-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60258] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60258 > Rakudo r32247 does the wrong thing when matching a something against the ".method" synta