Description
Perl build scripts can check whether a working C compiler is available before trying to build native extensions. This helps installers fail early with a clearer message when the toolchain is missing.
It is build support for developers and package maintainers. Passing the check only confirms compiler availability, not that every required header or library is installed.