On Sat Mar 06 10:12:34 2010, ml...@physik.uni-wuerzburg.de wrote:
> Rakudo 2d9808d19ba45c09f61a4c6fc4b4b7159ea760cc:
>
> $ cat foo.pl
> my $x;
> so $x = 1;
>
> $ ./perl6 foo.pl
> Cannot assign to readonly value
> current instr.: '&die' pc 16799 (src/builtins/Junction.pir:347)
> called from Sub '&
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #73352]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73352 >
Rakudo 2d9808d19ba45c09f61a4c6fc4b4b7159ea760cc:
$ cat foo.pl
my $x;
so $x = 1;
$ ./per