[perl #61914] [BUG] Declarator Parser Failure if Whitespace after Opening Paren

2009-01-11 Thread Patrick R. Michaud via RT
On Fri Jan 02 12:06:57 2009, publiustemp-perl6compil...@yahoo.com wrote: > > However, any whitespace after the opening paren causes a parse > failure: > > class Foo { > has ($.this, > $.that, > ); > } > my Foo $foo .= new( this => 3, that => 4 ); > say $foo.this;

[perl #61914] [BUG] Declarator Parser Failure if Whitespace after Opening Paren

2009-01-02 Thread publiustemp-perl6compil...@yahoo.com (via RT)
# New Ticket Created by publiustemp-perl6compil...@yahoo.com # Please include the string: [perl #61914] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61914 > This works fine: class Foo { has ($.this, $.t