Changes for version 0.11.7_1 - 2018-07-13
- API / Behaviour Changes:
- Remove documentation references to the MAKE ARGS feature which will be depreciated in the future.
- New Features:
- Automatic README generation from a tidied POD file
- Enhancements:
- Easier to understand tests
- Packaging:
- Change distribution name to githook-perltidy instead of App::githook_perltidy. Not sure if CPAN allows that, but that is what trail distributions are for.
Changes for version 0.11.5_2 - 2018-06-27
- Bug Fixes:
- Robust Perl::Tidy error detection instead of hackiness
- Dependencies:
- Upgraded from OptArgs to OptArgs2 (0.0.10).
- Nothing exported with Exporter::Tidy anymore
- Packaging:
- Convert Makefile.PL from Module::Install to ExtUtils::MakeMaker plus a cpanfile.
Changes for version 0.11.5_1 - 2017-04-28
- Bug Fixes:
- Don't raise an exception for erroneous Perl::Tidy errors
- Other:
- Hide the post-commit command in the usage message and give it even less emphasis in the documentation.
- Stop Makefile.PL from complaining about not being able to detect the perl version.
- Do not index any package on CPAN except App::githook_perltidy
- Replace File::Slurp with Path::Tiny (only used in tests)
Changes for version 0.11.3_2 - 2016-05-21
- Dependencies:
- Don't use the defined-or "//" operator - min perl version 5.6.
Changes for version 0.11.3_1 - 2016-05-20
- Bug Fixes:
- Fix license typo in Makefile.PL (Mohammad S Anwar)
- Replace backup/recover (stash/pop) implementation with setting GIT_WORK_TREE to a temporary directory. This should fix https://github.com/mlawren/githook-perltidy/issues/8.
Documentation
run perltidy and podtidy before Git commits
Modules
OptArgs2 module for githook-perltidy.
install git hooks
git post-commit hook
git pre-commit hook