When a Perl distribution is compiled, the module Config.pm is created. This module contains the configuration information used by Perl applications to discover environmental features such as the location of the compiler. A problem arises when the information contained within Config.pm is outdated. Is there any way to update Config.pm or is it just a case of modifying the file directly?
The changes that I need to make are to update the location of the compiler and libraries to use when building CPAN modules. I currently edit the generated Makefiles to update the locations.