Skip to content

Instantly share code, notes, and snippets.

@kamipo
Created February 5, 2009 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamipo/58784 to your computer and use it in GitHub Desktop.
Save kamipo/58784 to your computer and use it in GitHub Desktop.
# 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 = {
'auto_commit' => q[0],
'build_cache' => q[10],
'build_dir' => q[/root/.cpan/build],
'cache_metadata' => q[1],
'commandnumber_in_prompt' => q[1],
'connect_to_internet_ok' => q[0],
'cpan_home' => q[/root/.cpan],
'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],
'histfile' => q[/root/.cpan/histfile],
'histsize' => q[1000],
'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' => undef,
'lynx' => q[],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[],
'make_install_make_command' => q[/usr/bin/make],
'makepl_arg' => q[INSTALLDIRS=site],
'mbuild_arg' => q[],
'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],
'prerequisites_policy' => q[follow],
'scan_cache' => q[atstart],
'shell' => q[/bin/bash],
'show_upload_date' => q[0],
'tar' => q[/bin/tar],
'term_is_latin' => q[0],
'term_ornaments' => q[1],
'unzip' => q[/usr/bin/unzip],
'urllist' => [
q[http://ftp.riken.jp/lang/CPAN/],
q[http://ftp.jaist.ac.jp/pub/CPAN/],
q[http://ftp.nara.wide.ad.jp/pub/CPAN/],
q[http://ftp.yz.yamagata-u.ac.jp/pub/lang/cpan/],
q[ftp://ftp.riken.jp/lang/CPAN/],
q[ftp://ftp.nara.wide.ad.jp/pub/CPAN/],
q[ftp://ftp.jaist.ac.jp/pub/CPAN/],
q[ftp://ftp.kddilabs.jp/CPAN/],
q[ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/],
q[ftp://ftp.yz.yamagata-u.ac.jp/pub/lang/cpan/],
q[ftp://ftp.u-aizu.ac.jp/pub/CPAN],
q[ftp://ftp.dti.ad.jp/pub/lang/CPAN/],
],
'use_sqlite' => q[0],
'wget' => q[/usr/bin/wget],
};
1;
__END__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment