id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1326	Padre-Plugin-PerlTidy and the /a modifier with tools/perltidyrc	bowtie	Alias	"when using the ascii (/a) modifier with tools/perltidyrc.

before tidy:
{{{#!perl
/\s/\a
}}}

after tidy:
{{{#!perl
/\s/\ a
}}}

and just for fun, we get a syntax error :)

This relates to the switch: --add-whitespace found in tools/perltidyrc

used by {{{P-P-PerlTidy}}} when working against local copy of Padre trunk.

I wonder what else is in tools/perltidyrc that is not up todate?
"	defect	closed	minor		Perl Tidy	0.91	fixed	Plugin	szabgab
