# New Ticket Created by Paweł Pabian # Please include the string: [perl #115334] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115334 >
Rakudo 2012.09 When method is defined using ::() name quoting the quoting also is part of the name. $ perl6 -e 'class A { method ::("foo") {} }; A.^methods>>.say' ::("foo")