Devel::CheckBin(3pm) | User Contributed Perl Documentation | Devel::CheckBin(3pm) |
Devel::CheckBin - check that a command is available
use Devel::CheckBin;
Devel::CheckBin is a perl module that checks whether a particular command is available.
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'.
Copyright (C) tokuhirom
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
tokuhirom <tokuhirom@gmail.com>
2022-10-22 | perl v5.34.0 |