Introducing Test::Requires::Git
Git is a wonderful tool, and there are
a
lot
of
git
wrappers
written in Perl on CPAN. They all depend on running git
in their test suite.
Test::Requires::Git offers a simple way to declare which versions of git
a test depends on, so that it can be skipped if the available git
does not match the specification.