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

Changes for version 0.26 - 2015-06-29

  • BUG FIXES
    • The tidyall script did not handle the -I option correctly. It was treated as a boolean rather than a string, meaning it basically ignored whatever you passed. Fixed by Andy Jack. GH #35.
    • The PodChecker plugin no longer generates warnings about an undef variable if the file did not have any Pod.
    • Added an option for the tidyall config file, shebang. This is an additional filter that selects files based on the shebang line (#!/bin/foo). Implemented by timgimyee. GH #25.

Documentation

Your all-in-one code tidier and validator

Modules

caching model for Cody::TidyAll
shared cache model for Code::TidyAll
use perltidy with tidyall

Provides

in lib/Code/TidyAll.pm
in lib/Code/TidyAll/Cache.pm
in lib/Code/TidyAll/Config/INI/Reader.pm
in lib/Code/TidyAll/Git/Precommit.pm
in lib/Code/TidyAll/Git/Prereceive.pm
in lib/Code/TidyAll/Git/Util.pm
in lib/Code/TidyAll/Plugin.pm
in lib/Code/TidyAll/Plugin/CSSUnminifier.pm
in lib/Code/TidyAll/Plugin/JSBeautify.pm
in lib/Code/TidyAll/Plugin/JSHint.pm
in lib/Code/TidyAll/Plugin/JSLint.pm
in lib/Code/TidyAll/Plugin/JSON.pm
in lib/Code/TidyAll/Plugin/MasonTidy.pm
in lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
in lib/Code/TidyAll/Plugin/PerlCritic.pm
in lib/Code/TidyAll/Plugin/PodChecker.pm
in lib/Code/TidyAll/Plugin/PodSpell.pm
in lib/Code/TidyAll/Plugin/PodTidy.pm
in lib/Code/TidyAll/Plugin/SortLines.pm
in lib/Code/TidyAll/Result.pm
in lib/Code/TidyAll/SVN/Precommit.pm
in lib/Code/TidyAll/SVN/Util.pm
in lib/Code/TidyAll/Util/Zglob.pm
in lib/Test/Code/TidyAll.pm