Perltidy project is an open source Perl script that indents and reformats scripts written in the Perl language, to make them easier to read.
Installation
For most standard installations, the standard Makefile.PL method should work:
perl Makefile.PL
make
make test
make install
The INSTALL file has additional installation notes.
Product's homepage
Requirements:
· Perl
What's New in This Release: [ read full changelog ]
· This version fixes several minor bugs and adds new options for formatting deeply nested structures, and new options for controlling formatting tightness of containers.
· It contains numerous minor formatting improvements.