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
stringification. Resolving ticket.

Thanks,

Jonathan


Reply via email to