id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1156,syntax check strangeness,zenogantner,azawawi,"{{{
package TestClass?;
use strict;
use warnings;

sub is_type {
   my $status = 0;
   lala; # Error
   return $status;
}
This is also an error
}}}

Having the ""?"" after TestClass somehow leads to the result that no syntax errors are shown when syntax checking is activated.

I have perl 5.10.1",defect,closed,minor,,advanced perl tools,0.82,fixed,,
