id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1200	Refactoring tool: replace indirect calls by direct calls	szabgab	azawawi	"Replace one or all occurrences of indirect notations such as this:

{{{
new Something(""bla"");
}}}

by this:

{{{
Something->new(""bla"");
}}}
"	enhancement	assigned	major		Refactoring Perl 5	0.85			
