Jump to content

PerlTidy

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 153.1.57.108 (talk) at 10:10, 10 December 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PerlTidy
Original author(s)Steve Hancock
Initial release2003 (2003)
Stable release
20150815 / August 15, 2015; 9 years ago (2015-08-15)
Written inPerl
Operating systemCross-platform
Available inEnglish
TypeStatic code analysis
LicenseGNU General Public License
Websitehttp://perltidy.sourceforge.net/

PerlTidy is a tool written in the Perl programming language to do static code analysis against code written in that same language. It uses either command-line switches or configuration files to reformat Perl scripts so they comply with specified coding rules. The default configuration is an approximation of the Perl Style Guide.[1]

Aside from the command line, there are a number of tools for alternate interfaces for PerlTidy, including one for the Padre IDE,[2] perltidy.el for Emacs.[3] and an online version[4]

Since its introduction, PerlTidy has become an oft-recommend tool for Perl programmers, noted in a number of key books. Notably, the work Perl Best Practices provides a set of PerlTidy configurations[5] to match the syntax prescriptions in that book.

References

  • Section "perltidy", Pages 112-114 of Foy, Brian D (July 2007). Mastering Perl (1 ed.). O'Reilly Media. ISBN 978-0-596-52724-2.
  • Page 35 of Conway, Damian (July 2005). Perl Best Practices (1 ed.). O'Reilly Media. ISBN 978-0-596-00173-5.