[perl #58006] Fix .{"key"} parsefail when (hash index into $_)

2008-10-02 Thread Moritz Lenz via RT
On Sat Aug 16 07:56:04 2008, [EMAIL PROTECTED] wrote:
> - likely parser bug (Rakudo grammar.pg)

r31561

$ ./rakudo -e '$_ = { a => 1, b => 2}; say .{"b"}'
2

This has been fixed by Patrick some time ago.


[perl #58006] Fix .{"key"} parsefail when (hash index into $_)

2008-08-16 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #58006]
# in the subject line of all future correspondence about this issue. 
# http://rt.perl.org/rt3/Ticket/Display.html?id=58006 >


- likely parser bug (Rakudo grammar.pg)