[perl #78096] q=> should always construct a pair, but is taken as a quoting construct by Rakudo

2012-11-14 Thread Will Coleda via RT
On Mon Nov 05 14:47:57 2012, jn...@jnthn.net wrote: > On Tue May 29 15:48:45 2012, diakopter wrote: > > On Sat Oct 08 13:22:06 2011, coke wrote: > > > Still happens in rakudo 88c5a5. > > > > now a new error: > > > > 17:48 r: my @r=2..10,;my > > %v=j=>10,q=>10,k=>10,a=>1|11; > > 17:48 rakudo 02

[perl #78096] q=> should always construct a pair, but is taken as a quoting construct by Rakudo

2010-09-28 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #78096] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78096 > 15:00 < nymacro> my @r=2..10,;my %v=ja=>10,qu=>10,ki=>10,ac=>1|11; workds 15:00 < nymacr