[perl #66790] [BUG] Perl6MultiSub and MultiSub do not stringify well

2009-06-30 Thread jn...@jnthn.net via RT
On Sat Jun 20 12:15:49 2009, pmichaud wrote: > The following code demonstrates that MultiSub and Perl6MultiSub > do not stringify to a reasonable name. > > for 1.^methods { > say ">$_< {$_.PARROT}"; > } > Fixed these in git 466baf6, plus added a test for multi-sub stringificati

[perl #66790] [BUG] Perl6MultiSub and MultiSub do not stringify well

2009-06-20 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #66790] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66790 > The following code demonstrates that MultiSub and Perl6MultiSub do not stringify t