On Tue Aug 06 16:39:36 2013, SHANCOCK wrote:
Show quoted text> Perltidy already does this as far as I know, except for POD lines.
> Steve
>
Not as best I can tell.
My version:
$>pt --version
This is perltidy, v20120714
My RC file:
$>cat ~/.perltidyrc
-l=400
-i=4
-dt=4
-it=4
-bar
-nsfs
-nolq
--break-at-old-comma-breakpoints
--format-skipping
--format-skipping-begin='#\s*tidyoff'
--format-skipping-end='#\s*tidyon'
My command:
/usr/local/cpanel/3rdparty/perl/514/bin/perltidy -b -bext="/" foo.pl
Put some white space after some semicolons in foo.pl and they are not cleared after running the above.