1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
$CPAN::Config = {
'allow_installing_module_downgrades' => 'ask/no',
'allow_installing_outdated_dists' => 'ask/no',
'applypatch' => '',
'auto_commit' => '0',
'build_cache' => '100',
'build_dir' => '/cygdrive/c/Users/runneradmin/.cpan/build',
'build_dir_reuse' => '0',
'build_requires_install_policy' => 'yes',
'bzip2' => '/usr/bin/bzip2',
'cache_metadata' => '1',
'check_sigs' => '0',
'cleanup_after_install' => '0',
'colorize_output' => '0',
'commandnumber_in_prompt' => '1',
'connect_to_internet_ok' => '1',
'cpan_home' => '/cygdrive/c/Users/runneradmin/.cpan',
'curl' => '/usr/bin/curl',
'ftp_passive' => '1',
'ftp_proxy' => '',
'getcwd' => 'cwd',
'gpg' => '/cygdrive/c/Program Files/Git/usr/bin/gpg',
'gzip' => '/usr/bin/gzip',
'halt_on_failure' => '0',
'histfile' => '/cygdrive/c/Users/runneradmin/.cpan/histfile',
'histsize' => '100',
'http_proxy' => '',
'inactivity_timeout' => '0',
'index_expire' => '1',
'inhibit_startup_message' => '0',
'keep_source_where' => '/cygdrive/c/Users/runneradmin/.cpan/sources',
'load_module_verbosity' => 'none',
'make' => '/usr/bin/make',
'make_arg' => '',
'make_install_arg' => '',
'make_install_make_command' => '/usr/bin/make',
'makepl_arg' => '',
'mbuild_arg' => '',
'mbuild_install_arg' => '',
'mbuild_install_build_command' => './Build',
'mbuildpl_arg' => '',
'no_proxy' => '',
'pager' => '/usr/bin/less',
'patch' => '/usr/bin/patch',
'perl5lib_verbosity' => 'none',
'prefer_external_tar' => '1',
'prefer_installer' => 'MB',
'prefs_dir' => '/cygdrive/c/Users/runneradmin/.cpan/prefs',
'prerequisites_policy' => 'follow',
'pushy_https' => '1',
'recommends_policy' => '1',
'scan_cache' => 'atstart',
'shell' => '/bin/bash',
'show_unparsable_versions' => '0',
'show_upload_date' => '0',
'show_zero_versions' => '0',
'suggests_policy' => '0',
'tar' => '/usr/bin/tar',
'tar_verbosity' => 'none',
'term_is_latin' => '1',
'term_ornaments' => '1',
'test_report' => '0',
'trust_test_report_history' => '0',
'unzip' => '/usr/bin/unzip',
'urllist' => [
'https://cpan.org/'
],
'use_prompt_default' => '0',
'use_sqlite' => '0',
'version_timeout' => '15',
'wget' => '',
'yaml_load_code' => '0',
'yaml_module' => 'YAML'
};
1;
__END__
|