The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03

  • Improvements
    • Add svn precommit hook (Code::TidyAll::SVN::Precommit)
    • Add preprocess_source and postprocess_source to plugins
    • Add only_modes and except_modes configuration for plugins
    • Add Code::TidyAll::process_source(), for processing a string instead of a file
    • When only specified files are being processed, don't scan the whole hierarchy
    • Add -I flag to tidyall
  • Implementation
    • Switch to Moo
    • Add separate new_from_conf_file constructor, for cleaner separation of cases

Documentation

Your all-in-one code tidier and validator

Modules

Engine for tidyall, your all-in-one code tidier and validator
Create plugins for tidying or validating code
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/Util/Zglob.pm
in lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm