Devel::CheckBin - check that a command is available
Contents
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'.
