There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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 }