# New Ticket Created by Stephane Payrard
# Please include the string: [perl #115392]
# in the subject line of all future correspondence about this issue.
# <URL:
https://rt.perl.org:443/rt3/Ticket/Display.html?id=115392 >
Some mistyping gave me a segfault. That happens only on the perl6 shell.
$ perl6
> my \a = 2, 3; say a.WHAT;
Parcel()
> my $a = 2, 3; say a.WHAT
my $a = 2, 3; say a.WHAT
Segmentation fault: 11
$ uname -a
Darwin Stephanes-MacBook-Air.local 12.0.0 Darwin Kernel Version
12.0.0: Sun Jun 24 23:00:16 PDT 2012;
root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
--
cognominal stef