id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1314	syntax checker cannot deal with abs_path($0) ?	szabgab		"Having the following code in a script trips the syntax checker.

{{{
my $lib;
BEGIN {
	$lib = File::Spec->catdir( dirname(dirname abs_path($0)), 'lib');
}
use lib $lib;
}}}

The error indicated that  -: No such file or directory.

I think this means the syntax checker is using -e which is not good for the above code.

Using r15825 on Windows 7

"	defect	closed	major		Syntax Checking	0.91	fixed		
