id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1051,Syntax checker does not return the correct error message,azawawi,,"The following snippet

{{{
foreach my ($a, $b) (1..10) { }
}}}

should return the following error in the syntax window

{{{
Missing $ on loop variable at -e line 1.
}}}

But it doesnt even though {{{perl -c -e ""foreach my ($a, $b) (1..10) { }""}}} does.

This happened on Strawberry Perl v5.10.1 and later but I could not replicate it on other platforms.",defect,closed,major,,editor,0.74,fixed,"win32, syntax",
