Re: [perl #60148] Degenerate unspace does not work in Rakudo

2008-10-27 Thread Patrick R. Michaud
On Sun, Oct 26, 2008 at 01:00:03PM -0700, Carl Mäsak wrote: > Rakudo r32141 can understand unspaces consisting of a backslash > followed by whitespace, but not unspace consisting of only a > backslash. > > $ ./perl6 -e 'my %h; %h{"key"} = "value"; say %h\ {"key"}' # works fine > value > $ ./perl6

[perl #60148] Degenerate unspace does not work in Rakudo

2008-10-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60148] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60148 > Rakudo r32141 can understand unspaces consisting of a backslash followed by whitespace,