Created
November 28, 2011 12:57
-
-
Save kalbasit/1400304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # /root/.cpan/CPAN/MyConfig.pm. | |
| $CPAN::Config = { | |
| 'auto_commit' => q[1], | |
| 'build_cache' => q[100], | |
| 'build_dir' => q[/root/.cpan/build], | |
| 'build_dir_reuse' => q[0], | |
| 'build_requires_install_policy' => q[ask/yes], | |
| 'cache_metadata' => q[1], | |
| 'check_sigs' => q[0], | |
| 'commandnumber_in_prompt' => q[1], | |
| 'connect_to_internet_ok' => q[0], | |
| 'cpan_home' => q[/root/.cpan], | |
| 'ftp_passive' => q[1], | |
| 'ftp_proxy' => q[], | |
| 'getcwd' => q[cwd], | |
| 'halt_on_failure' => q[0], | |
| 'http_proxy' => q[], | |
| 'inactivity_timeout' => q[0], | |
| 'index_expire' => q[1], | |
| 'inhibit_startup_message' => q[0], | |
| 'keep_source_where' => q[/root/.cpan/sources], | |
| 'load_module_verbosity' => q[v], | |
| 'make_arg' => q[-j2], | |
| 'make_install_arg' => q[-j2], | |
| 'make_install_make_command' => q[], | |
| 'makepl_arg' => q[INSTALLDIRS=site], | |
| 'mbuild_arg' => q[], | |
| 'mbuild_install_arg' => q[--uninst 1], | |
| 'mbuild_install_build_command' => q[./Build], | |
| 'mbuildpl_arg' => q[--installdirs site], | |
| 'no_proxy' => q[], | |
| 'pager' => q[/usr/bin/less], | |
| 'perl5lib_verbosity' => q[v], | |
| 'prefer_installer' => q[MB], | |
| 'prefs_dir' => q[/root/.cpan/prefs], | |
| 'prerequisites_policy' => q[follow], | |
| 'scan_cache' => q[atstart], | |
| 'shell' => q[/bin/bash], | |
| 'show_upload_date' => q[0], | |
| 'tar_verbosity' => q[v], | |
| 'term_is_latin' => q[1], | |
| 'term_ornaments' => q[1], | |
| 'trust_test_report_history' => q[0], | |
| 'urllist' => [q[http://ftp.ciril.fr/pub/cpan/], q[ftp://ftp.ciril.fr/pub/cpan/]], | |
| 'use_sqlite' => q[0], | |
| 'yaml_load_code' => q[0], | |
| }; | |
| 1; | |
| __END__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment