ExtUtils::MakeMaker::Config.3perl

Langue: en

Version: 2007-12-18 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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.