ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features
https://www.cpan.org/
perl-ExtUtils-CChecker.spec | ||
README.md |
perl-ExtUtils-CChecker
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existence of these requirements before attempting to actually build the module.