The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • Improvements
    • Add js-beautify plugin (javascript tidier)
    • Add jshint plugin (javascript validator)
    • Add podchecker plugin
    • Add -p/--pipe flag to read from STDIN and write to STDOUT
    • Allow tidyall.el to work in narrowed regions
    • Make plugins into Moo classes, pass configuration as attributes
  • Fixes
    • Remove unused SVN::Look - perl-code-tidyall/pull/1 (Pedro Melo)
    • Filter just files from git status in Code::TidyAll::Git::Precommit (Pedro Melo)

Documentation

Your all-in-one code tidier and validator

Modules

Engine for tidyall, your all-in-one code tidier and validator
Git pre-commit hook that requires files to be tidyall'd
Git pre-receive hook that requires files to be tidyall'd
Create plugins for tidying or validating code
use js-beautify with tidyall
use jshint with tidyall
use perlcritic with tidyall
use perltidy with tidyall
use podchecker with tidyall
use podtidy with tidyall
Result returned from processing a file/source
Subversion precommit hook that requires files to be tidyall'd
check that all your files are tidy and valid according to tidyall

Provides

in lib/Code/TidyAll/Cache.pm
in lib/Code/TidyAll/Git/Util.pm
in lib/Code/TidyAll/SVN/Util.pm
in lib/Code/TidyAll/Util/Zglob.pm
in lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm