id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
829	Switch if-Syntax	Sewi	azawawi	"A really cool Perl document module addition would be a hotkey for switching between both if - syntaxes:
{{{
print 1 if $foo == $bar;
}}}
into
{{{
if ($foo == $bar) {
 print 1;
}
}}}
and vice versa"	enhancement	assigned	minor		editor	0.55		refactoring	
