Revision history for Test-Requires-Git
1.003 Sun May 31 2015
- 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 Mon May 25 2015
- 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 Tue May 12 2015
- a bare test_requires_git will skip if git is not available
- improved test coverage
1.000 Sun May 10 2015
- first published version