[perl #75432] can't add multi methods by monkey typing

2011-10-04 Thread Will Coleda via RT
On Sat May 29 07:30:06 2010, moritz wrote: > 16:27 <@moritz_> rakudo: class A { multi method a() { }; multi method > a() { } } > 16:27 < p6eval> rakudo bbb336: ( no output ) > 16:27 <@moritz_> rakudo: class A { multi method a() { }}; use > MONKEY_TYPING; > augment class A { multi

[perl #75432] can't add multi methods by monkey typing

2010-05-30 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #75432] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75432 > 16:27 <@moritz_> rakudo: class A { multi method a() { }; multi method a() { } } 16:27 < p