User Tools

Site Tools


en:devmon:guidelines:tidy

This is an old revision of the document!


Tidy

To make it easier to keep code clean, you can follow this guide

Objective:

  1. Tidy perl code, … (perltidy)
  2. Follow best practice (perlcritic)
  3. Automate it (tidyall)

Installation procedure Cpan minus (cpanm) install latest package, but this can break be in conflict with OS package manager. Make a backup if you can first.

cpanm install Perl::Tidy
cpanm install Perl::Critic
cpanm install Code::TidyAll
en/devmon/guidelines/tidy.1628748706.txt.gz · Last modified: 2021/08/12 08:11 by Bruno Manzoni