On Tue Aug 25 06:15:37 2009, druoso wrote:
> ru...@cajueiro:~/devel/perl6/parrot/rakudo$ ./perl6
> > my $a = Multi.new; $a.push(sub (1,2,3) { }); $a.push(sub (1,2) { });
> say $a.find_possible_candidates(1,2);
> Attributes of type 'MMD_Cache *' cannot be subclassed from a high-level
> PMC.
> in Ma
# New Ticket Created by Daniel Ruoso
# Please include the string: [perl #68774]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68774 >
ru...@cajueiro:~/devel/perl6/parrot/rakudo$ ./perl6
> my $a = Multi.new; $a.push(sub (1