On 11/11/2016 06:47 PM, Karen Etheridge wrote:
Add Devel::CheckBin to your configure prereqs, and then at the top of Makefile.PL:use Devel::CheckBin; check_bin('git'); Or, if you're using Dist::Zilla, just add this to dist.ini: [CheckBin] command = git
This worked. See, e.g., http://www.cpantesters.org/cpan/report/1cf7bf78-6c4d-1014-9c4d-d8ff42570578
Thank you very much. Jim Keenan