ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features https://www.cpan.org/
Go to file
2024-01-06 08:57:29 +01:00
perl-ExtUtils-CChecker.spec automatic version update by autodist [release 0.11-1mamba;Tue Jul 13 2021] 2024-01-06 08:57:29 +01:00
README.md automatic update by autodist [release 0.09-1mamba;Mon Dec 16 2013] 2024-01-06 08:57:28 +01:00

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.