ExtUtils::MakeMaker::Config
Section: Perl Programmers Reference Guide (3)Updated: 2001-09-21
Index Return to Main Contents
NAME
ExtUtils::MakeMaker::Config - Wrapper around Config.pmSYNOPSIS
use ExtUtils::MakeMaker::Config;
print $Config{installbin}; # or whatever
DESCRIPTION
FOR INTERNAL USE ONLYA very thin wrapper around Config.pm so MakeMaker is easier to test.


