# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72286]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=72286 >
This be Rakudo db84bc on Parrot r43174.
$ perl6 -e 'class A { method foo() { self = 5 }
On Sun Aug 23 01:32:59 2009, carlin wrote:
> > say Exception;
> Segmentation fault
>
>
> rakudo: say Exception;
> rakudo 0d4fe0: ( no output )
I'll go out on a limb and guess that the following behaviours are related.
$ perl6 -e 'eval "RONG" or say $!.PARROT'
Perl6Exception
Fair enough.
$
Author: lwall
Date: 2010-01-23 01:04:30 +0100 (Sat, 23 Jan 2010)
New Revision: 29580
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S07-iterators.pod
misc/pm.txt
Log:
[S03,S07] more Pm-16 refinements
Modified: docs/Perl6/Spec/S03-operators.pod
==