Re: How do I get an 'NA' result when external dependency is not met?

2016-11-16 Thread James E Keenan
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.c

Re: How do I get an 'NA' result when external dependency is not met?

2016-11-11 Thread James E Keenan
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'); Thanks. I just uploaded a new version to CPAN. CPANtesters is still catching up from its outage, so it will probably be s

Re: How do I get an 'NA' result when external dependency is not met?

2016-11-11 Thread Karen Etheridge
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 On Fri, Nov 11, 2016 at 3:22 PM, James E Keenan wrote: > My latest CPAN distribution (

How do I get an 'NA' result when external dependency is not met?

2016-11-11 Thread James E Keenan
My latest CPAN distribution (http://search.cpan.org/dist/Devel-Git-MultiBisect/) requires perl-5.10.0 and, as its name suggests, has an external dependency on git. When a CPAN tester runs this distro on, say, perl-5.8.9, the run is characterized as 'NA' and the report (e.g., http://www.cpante