table of contents
ExtUtils::MakeMaker::Config(3pm) | Perl Programmers Reference Guide | ExtUtils::MakeMaker::Config(3pm) |
NAME¶
ExtUtils::MakeMaker::Config - Wrapper around Config.pm
SYNOPSIS¶
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.
2009-08-05 | perl v5.10.1 |