freebsd-ports/devel/perltidy/pkg-descr
Sunpoet Po-Chuan Hsieh f8977c3f34 - Update to 20120619
- Add LICENSE
- Pet portlint
- Add CPAN as primary WWW

Changes:	http://search.cpan.org/dist/Perl-Tidy/CHANGES
2012-06-22 09:29:45 +00:00

12 lines
449 B
Plaintext

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/