NAME
PDL::Config - vestige of configuration for PDL
DESCRIPTION
This was used for control of, and then storage of, various options for building PDL. Many have been replaced with environment variables - consult the various Makefile.PLs in the GD, GSL, etc modules.
To see if a module is installed, use this boolean expression:
eval { require PDL::Module::Name; 1 }