The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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.