On 07/04/2016 05:21 PM, David Golden wrote:
Actually, Nigel, could you please nopaste/gist the whole CPAN config
file? (Removing anything sensitive of course.)
Here it is. Nothing sensitive...
-Nigel
$CPAN::Config = {
'applypatch' => q[],
'auto_commit' => q[1],
'build_cache' => q[100],
'build_dir' => q[/home/njh/.cpan/build],
'build_dir_reuse' => q[0],
'build_requires_install_policy' => q[yes],
'bzip2' => q[/bin/bzip2],
'cache_metadata' => q[1],
'check_sigs' => q[0],
'colorize_debug' => undef,
'colorize_output' => [1],
'colorize_print' => undef,
'colorize_warn' => undef,
'commandnumber_in_prompt' => q[1],
'connect_to_internet_ok' => q[1],
'curl' => q[/usr/bin/curl],
'cpan_home' => q[/home/njh/.cpan],
'dontload_hash' => { },
'ftp' => q[/usr/bin/ftp],
'ftp_passive' => q[1],
'ftp_proxy' => q[http://zack:3128],
'getcwd' => q[cwd],
'gpg' => q[/usr/bin/gpg],
'gzip' => q[/bin/gzip],
'halt_on_failure' => q[0],
'histfile' => q[/home/njh/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[http://zack:3128],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/home/njh/.cpan/sources],
'load_module_verbosity' => q[none],
'lynx' => q[/usr/bin/lynx],
'make' => q[/usr/bin/make],
'make_arg' => q[-j2],
'make_install_arg' => q[UNINST=1],
'make_install_make_command' => q[/usr/bin/make],
'makepl_arg' => q[],
'mbuild_arg' => q[],
'mbuild_install_arg' => q[--uninst 1],
'mbuild_install_build_command' => q[./Build],
'mbuildpl_arg' => q[],
'ncftp' => q[/usr/bin/ncftp],
'no_proxy' => q[localhost,127.0.0.0/8,192.168.1.0/24,utilite],
'pager' => q[/usr/bin/less],
'patch' => q[/usr/bin/patch],
'perl5lib_verbosity' => q[none],
'prefer_external_tar' => q[1],
'prefer_installer' => q[MB],
'prefs_dir' => q[/home/njh/.cpan/prefs],
'prerequisites_policy' => q[follow],
'proxy_user' => q[],
'scan_cache' => q[atstart],
'shell' => q[/bin/bash],
'show_unparsable_versions' => q[0],
'show_upload_date' => q[0],
'show_zero_versions' => q[0],
'tar' => q[/bin/tar],
'tar_verbosity' => q[none],
'term_is_latin' => q[1],
'term_ornaments' => q[1],
'test_report' => q[1],
'trust_test_report_history' => q[0],
'unzip' => q[/usr/bin/unzip],
'urllist' => [q[file:///mnt/CPAN/], q[http://utilite/mirrors/CPAN/],
q[http://www.mirror.8086.net/sites/CPAN/], q[http://www.cpan.org/]],
'use_sqlite' => q[1],
'version_timeout' => q[15],
'wget' => q[/usr/bin/wget],
'yaml_load_code' => q[0],
'yaml_module' => q[YAML::Any],
};
1;
__END_