[perl #75710] [BUG] Whitespace trouble involving a sub whose name begins with 'x' in Rakudo

2011-10-10 Thread Will Coleda via RT
On Sun Jun 13 10:07:20 2010, masak wrote: pmichaud okay, someone review what I'm doing and please tell me I'm missing something obvious... http://paste.lisp.org/+2DYG pmichaud@orange:~/rakudo$ cat x our sub xyz($abc) { say $abc.WHAT; } xyz(1); pmichaud@orange:~/rakudo$ ./perl6 x

[perl #75710] [BUG] Whitespace trouble involving a sub whose name begins with 'x' in Rakudo

2010-06-14 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #75710] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75710 pmichaud okay, someone review what I'm doing and please tell me I'm missing something