logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Devel::CheckBin - check that a command is available

Author

       tokuhirom <tokuhirom@gmail.com>

perl v5.36.0                                       2022-10-22                               Devel::CheckBin(3pm)

Description

       Devel::CheckBin is a perl module that checks whether a particular command is available.

License

       Copyright (C) tokuhirom

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

Name

       Devel::CheckBin - check that a command is available

Synopsis

           use Devel::CheckBin;

Using It In Makefile.Pl Or Build.Pl

       If you want to use this from Makefile.PL or Build.PL, do not simply copy the module into your
       distribution as this may cause problems when PAUSE and search.cpan.org index the distro. Instead, use the
       'configure_requires'.

See Also