logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::Plugin::CheckBin - Require that our distribution has a particular command available

Author

       Karen Etheridge <ether@cpan.org>

Configuration Options

"command"
       Identifies the name of the command that is searched for. Can be used more than once.

Description

       Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your
       distribution to contain a Devel::CheckBin call, that asserts that a particular command is available.  If
       it is not available, the program exits with a status of zero, which on a CPAN Testers machine will result
       in a NA result.

Name

       Dist::Zilla::Plugin::CheckBin - Require that our distribution has a particular command available

See Also

       •   Devel::CheckBin

       •   Devel::AssertOS and Dist::Zilla::Plugin::AssertOS

       •   Devel::CheckLib and Dist::Zilla::Plugin::CheckLib

Support

       Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-
       Zilla-Plugin-CheckBin>   (or   bug-Dist-Zilla-Plugin-CheckBin@rt.cpan.org  <mailto:bug-Dist-Zilla-Plugin-
       CheckBin@rt.cpan.org>).

       There   is   also   a   mailing    list    available    for    users    of    this    distribution,    at
       <http://dzil.org/#mailing-list>.

       There  is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org"
       <irc://irc.perl.org/#distzilla>.

       I am also usually active on irc, as 'ether' at "irc.perl.org".

Synopsis

       In your dist.ini:

           [CheckBin]
           command = ls

Version

       version 0.008

See Also