ExtUtils::MakeMaker::Config (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ExtUtils::MakeMaker::Config - Wrapper around Config.pmSYNOPSIS
use ExtUtils::MakeMaker::Config; print $Config{installbin}; # or whatever
DESCRIPTION
FOR INTERNAL USE ONLY
A very thin wrapper around Config.pm so MakeMaker is easier to test.