0.10.1 (2012-05-06)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Use Pod::Tidy directly instead of calling out to podtidy(1)
- Use Perl::Tidy directly instead of calling out to perltidy(1)
Bug Fixes:
- None.
0.10.0 (2012-05-06)
API Changes:
- None.
New Features:
- Support a project-wide ".podtidy-opts" file
Enhancements:
- None.
Bug Fixes:
- None.
0.9.3 (2012-05-05)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Attempt to make tests a little more portable
Bug Fixes:
- None.
0.9.2 (2012-05-05)
API Changes:
- None.
New Features:
- None.
Enhancements:
- None.
Bug Fixes:
- Stop using hard-coded /usr/bin/perl in tests
0.9.1 (2012-05-03)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Second release to CPAN
- Include dummy App::githook_perltidy module for CPAN indexing
- Move to a http://semver.org style versioning scheme
Bug Fixes:
- _Really_ Handle partially indexed files better on post-commit
0.04 (2012-05-01)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Handle partially indexed files better on post-commit
- Distribution name change to App-githook-perltidy.
- First release to CPAN (mostly for the tester reports)
Bug Fixes:
- None.
0.03 (2011-10-14)
API Changes:
- None.
New Features:
- None.
Enhancements:
- PERLTIDY_MAKE environment variable support.
- Small portability fixes.
Bug Fixes:
- IMPORTANT! Properly detect a partial dirty tree.
0.02 (2011-09-20)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Depend on Pod::Tidy and Perl::Tidy to bring in the CLI tools.
- Initial tests added.
Bug Fixes:
- IMPORTANT! Actually do what the documentation claims:
* Detect perltidy failure
* Stop commit on failure
0.01 (2011-09-19)
Initial Release.