Skip to content

Instantly share code, notes, and snippets.

@cornet
Created August 14, 2010 22:42
Show Gist options
  • Save cornet/524792 to your computer and use it in GitHub Desktop.
Save cornet/524792 to your computer and use it in GitHub Desktop.
$CPAN::Config = {
'auto_commit' => q[1],
'build_cache' => q[5],
'build_dir' => q[~/.cpan/build],
'cache_metadata' => q[1],
'commandnumber_in_prompt' => q[1],
'cpan_home' => q[~/.cpan],
'dontload_hash' => { },
'ftp' => q[ ],
'ftp_passive' => q[1],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gzip' => q[/bin/gzip],
'histfile' => q[~/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[~/.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[PREFIX=~/.myperl/ SITELIBEXP=~/.myperl/lib/perl5 LIB=~/.myperl/lib/perl5 INSTALLMAN1DIR=~/.myperl/share/man/man1 INSTALLMAN3DIR=~/.myperl/share/man/man3 INSTALLSITEMAN1DIR=~/.myperl/share/man/man1 INSTALLSITEMAN3DIR=~/.myperl/share/man/man3],
'mbuild_arg' => q[],
'mbuild_install_arg' => q[],
'mbuild_install_build_command' => q[./Build],
'mbuildpl_arg' => q[--install_base ~/.myperl],
'ncftp' => q[/usr/bin/ncftp],
'ncftpget' => q[/usr/bin/ncftpget],
'no_proxy' => q[],
'pager' => q[less],
'prerequisites_policy' => q[follow],
'proxy_user' => q[],
'scan_cache' => q[atstart],
'shell' => q[/bin/sh],
'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://cpan.llarian.net/], q[ftp://cpan.nas.nasa.gov/pub/perl/CPAN/], q[ftp://cpan.pair.com/pub/CPAN/], q[ftp://ftp.duke.edu/pub/perl/], q[ftp://ftp.cs.colorado.edu/pub/perl/CPAN/], q[ftp://ftp.sunsite.utk.edu/pub/CPAN/], q[http://www.perl.com/CPAN/]],
'use_sqlite' => q[0],
'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]],
'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