# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #66790] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66790 >
The following code demonstrates that MultiSub and Perl6MultiSub do not stringify to a reasonable name. for 1.^methods { say ">$_< {$_.PARROT}"; } Pm