ports/devel/p5-Perl-Tidy/pkg-descr
Mathieu Arnold fafc2605c4 Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream.
PR:		ports/169337
Submitted by:	sunpoet
2013-11-15 17:10:53 +00:00

11 lines
449 B
Text

Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1). Perltidy can also display perl code in syntax-
colored HTML output.
If you want your code to conform to style.perl(7), you should use:
perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce
(Written by knu)
WWW: http://search.cpan.org/dist/Perl-Tidy/
WWW: http://perltidy.sourceforge.net/