Revision history for Test-Requires-Git

1.004 2016-02-29 BOOK
    - Use Git::Version::Compare to compare versions
    - Tests now cover 100% of the code
    - Rewrite the Changes file according to CPAN::Changes::Spec

1.003 2015-05-31 BOOK
    - a bare `use Test::Requires::Git` now checks if git is available
    - the -nocheck option skips that check when there are not other
      arguments to `use Test::Requires::Git`
    - the 'git' option makes it possible to set the path to git

1.002 2015-05-25 BOOK
    - added supports for many aliases
    - improved support for skipping "all remaining tests"
    - made the test suite more reliable by not mangling the system
      (thanks to Christian Walde (MITHALDU) for the idea)

1.001 2015-05-12 BOOK
    - a bare test_requires_git will skip if git is not available
    - improved test coverage

1.000 2015-05-10 BOOK
    - first published version