This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In find_git_or_skip(), also check whether we have a working git executable.
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Jun 2011 20:06:08 +0000 (22:06 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2011 20:41:19 +0000 (22:41 +0200)
commit962ff9139336a4a2799d553342c7401121cba884
tree50704f7b386c4afcd8b7dc9f502258623ba58487
parent7eccb5a9a1fbf12db8dc44deb2f31e15c934326b
In find_git_or_skip(), also check whether we have a working git executable.

Otherwise we trip up if someone copies an entire git checkout to another
machine that doesn't have (or support git), or NFS mounts their active
checkout onto it, or simply doesn't have git in their PATH currently.
t/test.pl