I noticed this a while ago but forgot to report it.

While Pugs is happy with:

my @tt = (
    'x',
    'y'
);

it fails on:

my @tt = (
    'x',
    'y',
);

with the following error message:

unexpected ")"
expecting term
NonTerm SourcePos "a.p6" 4 1

I assume a trailing comma in such cases should be treated like p5
and ignored.

/-\


Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

Reply via email to