On Sat Aug 08 00:51:28 2009, missingthepoint wrote:
> eval 'widdle()';
> eval 'waddle()';
>
> say "pending: " ~ $!.pending.perl;
>
> ... gives ...
>
> Method 'pending' not found for invocant of class 'Exception'
>
I believe this now needs a try, but is still todo:
19:07 < [Coke]> rakudo: try eval 'waddle()'; say "pending: " ~ $!.pending.perl;
19:07 <+p6eval> rakudo 38907e: OUTPUT«Method 'pending' not found for invocant
of class 'Exception' in block <anon> at /tmp/bQT6MmUmQC:1
in <anon> at /tmp/bQT6MmUmQC:1»
--
Will "Coke" Coleda