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

Changes for version 0.11.5_1 - 2017-04-28

  • API / Behaviour Changes:
    • None.
  • New Features:
    • None.
  • Enhancements:
    • None.
  • Bug Fixes:
    • Don't raise an exception for erroneous Perl::Tidy errors
  • Dependencies:
    • None.
  • 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

dispatch module for githook-perltidy.
shared utility functions for App::gith...
install git hooks
git post-commit hook
git pre-commit hook