Changes for version 0.70 - 2018-04-12
- Borged File::Zglob into this distro for now. File::Zglob has not been installable under Perl 5.26+ for 8+ months (https://rt.cpan.org/Public/Bug/Display.html?id=120445).
Documentation
- tidyall - Your all-in-one code tidier and validator
Modules
- Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator
- Code::TidyAll::Cache - A simple caching engine which stores key/value pairs
- Code::TidyAll::CacheModel - Caching model for Code::TidyAll
- Code::TidyAll::CacheModel::Shared - Shared cache model for Code::TidyAll
- Code::TidyAll::Config::INI::Reader - A Config::INI::Reader subclass which can handle a key appearing more than once
- Code::TidyAll::Git::Precommit - Git pre-commit hook that requires files to be tidyall'd
- Code::TidyAll::Git::Prereceive - Git pre-receive hook that requires files to be tidyall'd
- Code::TidyAll::Git::Util - Utilities for the git hook classes
- Code::TidyAll::Plugin - Create plugins for tidying or validating code
- Code::TidyAll::Plugin::JSBeautify - Use js-beautify with tidyall
- Code::TidyAll::Plugin::JSHint - Use jshint with tidyall
- Code::TidyAll::Plugin::JSLint - Use jslint with tidyall
- Code::TidyAll::Plugin::JSON - Use the JSON::MaybeXS module to tidy JSON documents with tidyall
- Code::TidyAll::Plugin::MasonTidy - Use masontidy with tidyall
- Code::TidyAll::Plugin::PHPCodeSniffer - Use phpcs with tidyall
- Code::TidyAll::Plugin::PerlCritic - Use perlcritic with tidyall
- Code::TidyAll::Plugin::PerlTidy - Use perltidy with tidyall
- Code::TidyAll::Plugin::PerlTidySweet - Use perltidy-sweet with tidyall
- Code::TidyAll::Plugin::PodChecker - Use podchecker with tidyall
- Code::TidyAll::Plugin::PodSpell - Use Pod::Spell + ispell with tidyall
- Code::TidyAll::Plugin::PodTidy - Use podtidy with tidyall
- Code::TidyAll::Plugin::SortLines - Sort the lines in a file
- Code::TidyAll::Result - Result returned from processing a file/source
- Code::TidyAll::Role::HasIgnore - A role for any class that has a list of ignored paths specified in zglob syntax
- Code::TidyAll::Role::RunsCommand - A role for plugins which run external commands
- Code::TidyAll::Role::Tempdir - Provides a _tempdir attribute for Code::TidyAll classes
- Code::TidyAll::SVN::Precommit - Subversion pre-commit hook that requires files to be tidyall'd
- Code::TidyAll::SVN::Util - Utility functions for SVN hooks
- Code::TidyAll::Util - Utility functions for internal use by Code::TidyAll
- Code::TidyAll::Util::Zglob - Test::Glob hacked up to support "**/*"
- Code::TidyAll::Zglob - A borged copy of File::Zglob
- Test::Code::TidyAll - Check that all your files are tidy and valid according to tidyall
Provides
- Code::TidyAll::Plugin::CSSUnminifier in lib/Code/TidyAll/Plugin/CSSUnminifier.pm