Description
Perl build scripts can check for required libraries, headers, and related modules before compiling or installing software. This helps detect missing development dependencies with clearer diagnostics.
It is build infrastructure, not an application. A successful check depends on the local compiler, include paths, library paths, and installed packages.