1Devel::CheckBin(3) User Contributed Perl Documentation Devel::CheckBin(3)
2
3
4
6 Devel::CheckBin - check that a command is available
7
9 use Devel::CheckBin;
10
12 Devel::CheckBin is a perl module that checks whether a particular
13 command is available.
14
16 If you want to use this from Makefile.PL or Build.PL, do not simply
17 copy the module into your distribution as this may cause problems when
18 PAUSE and search.cpan.org index the distro. Instead, use the
19 'configure_requires'.
20
22 Copyright (C) tokuhirom
23
24 This library is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
28 tokuhirom <tokuhirom@gmail.com>
29
30
31
32perl v5.28.0 2015-07-22 Devel::CheckBin(3)