id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
381	"syntax check chokes on ""use Foo::Bar"" defined in the same project"	jquelin		"in a perl dist, there are often more than one module, eg: Foo::Bar and Foo::Bar::Baz

let's say that Foo::Bar is doing:
{{{
    use Foo::Bar::Baz;
}}}

==> syntax check will fail, saying that it doesn't find Foo/Bar/Baz.pm in @INC

indeed, file is copied in temp location, and validation done on the temp file...
"	defect	closed	major		editor	0.36	fixed		
