ExtUtils::MakeMaker::Config - Wrapper around Config.pm


ExtUtils-MakeMaker documentation  | view source Contained in the ExtUtils-MakeMaker distribution.

Index


NAME

Top

ExtUtils::MakeMaker::Config - Wrapper around Config.pm

SYNOPSIS

Top

  use ExtUtils::MakeMaker::Config;
  print $Config{installbin};  # or whatever




DESCRIPTION

Top

FOR INTERNAL USE ONLY

A very thin wrapper around Config.pm so MakeMaker is easier to test.


ExtUtils-MakeMaker documentation  | view source Contained in the ExtUtils-MakeMaker distribution.