1Devel::CheckBin(3)    User Contributed Perl Documentation   Devel::CheckBin(3)
2
3
4

NAME

6       Devel::CheckBin - check that a command is available
7

SYNOPSIS

9           use Devel::CheckBin;
10

DESCRIPTION

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

USING IT IN Makefile.PL or Build.PL

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

LICENSE

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

AUTHOR

28       tokuhirom <tokuhirom@gmail.com>
29
30
31
32perl v5.32.0                      2020-07-28                Devel::CheckBin(3)
Impressum