On Sat Jul 19 07:21:52 2008, masak wrote:
> While
> 
> $ ./perl6 -e 'multi sub f() {}'
> 
> works like it should,
> 
> $ ./perl6 -e 'multi f() {}'
> Statement not terminated properly at line 1, near "{}"

Thanks for reporting, and fixed in r29752. (For anyone curious about the
semantics, the appropriate line of spec reads: "If the routine keyword
is omitted, it defaults to sub.")

Jonathan

Reply via email to