Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perltidy - Tool for indenting and reformatting Perl scripts
- Description:
Perltidy is a Perl script which indents and reformats Perl scripts to
make them easier to read. If you write Perl scripts, or spend much
time reading them, you will probably find it useful.
The formatting can be controlled with command line parameters. The
default parameter settings approximately follow the suggestions in the
Perl Style Guide.
Perltidy can also output html of both pod and source code.
Besides reformatting scripts, Perltidy can be a great help in tracking
down errors with missing or extra braces, parentheses, and square
brackets because it is very good at localizing errors.
Packages
perltidy-20070801-2.el5.src
[370 KiB] |
Changelog
by Paul Howarth (2014-11-21):
- Fix insecure temporary file creation (CVE-2014-2277)
(patch based on the debian patch, plus corresponding manpage update from Fedora)
- Re-code CHANGES file as UTF-8
|