# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #53902]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53902 >


Rakudo as of r27393 can't handle multiple declarations in a single "my":

> my (@a, @b); say @a
Scope  not found for PAST::Var '@a'
> my @a, @b; say @a
Scope  not found for PAST::Var '@b'

Implementing that shouldn't be too hard, and would fix quite some of the
spec test failures.

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to