# This is CPAN.pm's systemwide configuration file. This file provides # defaults for users, and the values can be changed in a per-user # configuration file. The user-config file is being looked for as # //.cpan/CPAN/MyConfig.pm. $CPAN::Config = { # EDIT THIS LIST: 'urllist' => [ q[http://www.perl.com/CPAN/] ], # Optionally tweak anything else: 'auto_commit' => q[0], 'build_cache' => q[10], 'build_dir' => q[/root/cpanbuildcache/build], 'build_dir_reuse' => q[1], 'cache_metadata' => q[1], 'commandnumber_in_prompt' => q[1], 'connect_to_internet_ok' => q[0], 'cpan_home' => q[/root/cpanbuildcache], 'dontload_hash' => { }, 'ftp' => q[/usr/bin/ftp], 'ftp_passive' => q[1], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gpg' => q[/usr/bin/gpg], 'gzip' => q[/bin/gzip], 'halt_on_failure' => q[0], 'histfile' => q[/root/cpanbuildcache/histfile], 'histsize' => q[100], 'http_proxy' => q[], 'inactivity_timeout' => q[300], 'index_expire' => q[1], 'inhibit_startup_message' => q[0], 'keep_source_where' => q[/root/cpanbuildcache/sources], 'load_module_verbosity' => q[v], 'lynx' => q[/usr/bin/lynx], 'make' => q[/usr/bin/make], 'make_arg' => q[], 'make_install_arg' => q[], 'make_install_make_command' => q[/usr/bin/make], 'makepl_arg' => q[PREFIX=/root/perl], 'mbuild_arg' => q[--prefix=/root/perl], 'mbuild_install_arg' => q[], 'mbuild_install_build_command' => q[./Build], 'mbuildpl_arg' => q[], 'ncftp' => q[], 'ncftpget' => q[], 'no_proxy' => q[], 'pager' => q[/usr/bin/less], 'perl5lib_verbosity' => q[none], 'prefs_dir' => q[/root/cpanprefs], 'prerequisites_policy' => q[follow], 'scan_cache' => q[atstart], 'shell' => q[/bin/bash], 'show_upload_date' => 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[1], 'unzip' => q[/usr/bin/unzip], 'use_sqlite' => q[0], 'wget' => q[/usr/bin/wget], }; 1; __END__